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