mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
9 lines
97 B
Go
9 lines
97 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ByteDream/crunchy-cli/cli"
|
|
)
|
|
|
|
func main() {
|
|
cli.Execute()
|
|
}
|