crunchy-cli/main.go

9 lines
97 B
Go

package main
import (
"github.com/ByteDream/crunchy-cli/cli"
)
func main() {
cli.Execute()
}