11 lines
118 B
Go
11 lines
118 B
Go
package main
|
|
|
|
import (
|
|
"git.asdf.cafe/abs3nt/gospt/src/cmd"
|
|
)
|
|
|
|
func main() {
|
|
defCmd := "tui"
|
|
cmd.Execute(defCmd)
|
|
}
|