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