feat: use cobra and add some command

This commit is contained in:
Noah Hsu
2022-08-07 13:09:59 +08:00
parent 2b5da3ef34
commit 0df3473337
20 changed files with 279 additions and 96 deletions

8
cmd/flags/config.go Normal file
View File

@ -0,0 +1,8 @@
package flags
var (
Config string // config file
Debug bool
NoPrefix bool
Dev bool
)