Remove library & refactor cli

This commit is contained in:
bytedream 2022-06-27 22:33:26 +02:00
parent 0fed0f8d3b
commit 8a3e42e4d1
45 changed files with 117 additions and 3687 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "github.com/ByteDream/crunchy-cli/commands"
func main() {
commands.Execute()
}