mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Move and refactor files and some more changes :3
This commit is contained in:
parent
781e520591
commit
303689ecbb
29 changed files with 1305 additions and 1160 deletions
6
main.go
6
main.go
|
|
@ -1,7 +1,9 @@
|
|||
package main
|
||||
|
||||
import "github.com/ByteDream/crunchy-cli/commands"
|
||||
import (
|
||||
"github.com/ByteDream/crunchy-cli/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
commands.Execute()
|
||||
cli.Execute()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue