mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Remove library & refactor cli
This commit is contained in:
parent
0fed0f8d3b
commit
8a3e42e4d1
45 changed files with 117 additions and 3687 deletions
7
main.go
Normal file
7
main.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "github.com/ByteDream/crunchy-cli/commands"
|
||||
|
||||
func main() {
|
||||
commands.Execute()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue