package main import ( "sub-cli/cmd" ) func main() { cmd.Execute() }