frame out cli tool
This commit is contained in:
12
cmd/internal/util/constants.go
Normal file
12
cmd/internal/util/constants.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package util
|
||||
|
||||
const (
|
||||
FLAG_CONFIG_FILE = "config"
|
||||
FLAG_CONFIG_FILE_P = "f"
|
||||
|
||||
FLAG_PRETTY = "pretty"
|
||||
FLAG_PRETTY_P = "p"
|
||||
|
||||
FLAG_COLOR = "color"
|
||||
FLAG_COLOR_P = "c"
|
||||
)
|
||||
Reference in New Issue
Block a user