use generic implem for cscli waap-configs
This commit is contained in:
parent
5abc8e0e14
commit
ef9b6acbf8
1 changed files with 2 additions and 2 deletions
|
@ -242,12 +242,12 @@ It is meant to allow you to manage bans, parsers/scenarios/etc, api and generall
|
|||
rootCmd.AddCommand(NewHubTestCmd())
|
||||
rootCmd.AddCommand(NewNotificationsCmd())
|
||||
rootCmd.AddCommand(NewSupportCmd())
|
||||
rootCmd.AddCommand(NewWaapRulesCmd()) // Keep it like this for now, we'll switch later to the generic implementation
|
||||
rootCmd.AddCommand(NewWaapConfigsCmd()) // Keep it like this for now, we'll switch later to the generic implementation
|
||||
rootCmd.AddCommand(NewWaapRulesCmd()) // Keep it like this for now, we'll switch later to the generic implementation
|
||||
rootCmd.AddCommand(NewItemsCmd("collections"))
|
||||
rootCmd.AddCommand(NewItemsCmd("parsers"))
|
||||
rootCmd.AddCommand(NewItemsCmd("scenarios"))
|
||||
rootCmd.AddCommand(NewItemsCmd("postoverflows"))
|
||||
rootCmd.AddCommand(NewItemsCmd("waap-configs"))
|
||||
|
||||
if fflag.CscliSetup.IsEnabled() {
|
||||
rootCmd.AddCommand(NewSetupCmd())
|
||||
|
|
Loading…
Add table
Reference in a new issue