gospt/main.go

11 lines
120 B
Go

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