preset scraper added
This commit is contained in:
11
types/constant/flag.go
Normal file
11
types/constant/flag.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
FlagHelp = "help"
|
||||
FlagHelpShort = "h"
|
||||
FlagDebug = "debug"
|
||||
FlagVersion = "version"
|
||||
FlagVersionShort = "v"
|
||||
FlagConfigFile = "config-file"
|
||||
FlagScopeEnable = "scope-enable"
|
||||
)
|
||||
Reference in New Issue
Block a user