gospt/main.go
2023-02-09 01:28:41 -06:00

11 lines
120 B
Go

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