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