spud/main.go

9 lines
82 B
Go

package main
import (
cli "spud/cli"
)
func main() {
cli.GetCli().Execute()
}