// cmd/cli/main.go package main import "studia/cmd/cli/root" func main() { root.Execute() }