package main import "gospt/cmd" func main() { defCmd := "tui" cmd.Execute(defCmd) }