wip
This commit is contained in:
parent
4f25738d6b
commit
0c35d9d43c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package fflag
|
|||
|
||||
var Crowdsec = FeatureRegister{EnvPrefix: "CROWDSEC_FEATURE_"}
|
||||
|
||||
var CscliSetup = &Feature{Name: "cscli_setup"}
|
||||
var CscliSetup = &Feature{Name: "cscli_setup", Description: "Enable cscli setup command (service detection)"}
|
||||
var DisableHttpRetryBackoff = &Feature{Name: "disable_http_retry_backoff", Description: "Disable http retry backoff"}
|
||||
|
||||
func RegisterAllFeatures() error {
|
||||
|
|
Loading…
Reference in a new issue