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