feat: use cobra and add some command
This commit is contained in:
8
cmd/flags/config.go
Normal file
8
cmd/flags/config.go
Normal file
@ -0,0 +1,8 @@
|
||||
package flags
|
||||
|
||||
var (
|
||||
Config string // config file
|
||||
Debug bool
|
||||
NoPrefix bool
|
||||
Dev bool
|
||||
)
|
Reference in New Issue
Block a user