gospt/main.go

11 lines
114 B
Go

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