Skip to content

Commit

Permalink
refact "cscli notifications" (crowdsecurity#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored Feb 12, 2024
1 parent bdecf38 commit eada373
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 62 deletions.
2 changes: 1 addition & 1 deletion cmd/crowdsec-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ It is meant to allow you to manage bans, parsers/scenarios/etc, api and generall
cmd.AddCommand(NewConsoleCmd())
cmd.AddCommand(NewCLIExplain(cli.cfg).NewCommand())
cmd.AddCommand(NewCLIHubTest().NewCommand())
cmd.AddCommand(NewCLINotifications().NewCommand())
cmd.AddCommand(NewCLINotifications(cli.cfg).NewCommand())
cmd.AddCommand(NewCLISupport().NewCommand())
cmd.AddCommand(NewCLIPapi(cli.cfg).NewCommand())
cmd.AddCommand(NewCLICollection().NewCommand())
Expand Down
Loading

0 comments on commit eada373

Please sign in to comment.