Skip to content

Commit

Permalink
feat: rename command file to nuke and add q alias for --quiet (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirkse authored Mar 7, 2024
1 parent 58723eb commit 9ebe2a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/commands/nuke/command.go → pkg/commands/nuke/nuke.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@ func init() { //nolint:funlen
Usage: "use these resource types with the Cloud Control API instead of the default",
},
&cli.BoolFlag{
Name: "quiet",
Usage: "hide filtered messages",
Name: "quiet",
Aliases: []string{"q"},
Usage: "hide filtered messages",
},
&cli.BoolFlag{
Name: "no-dry-run",
Expand Down

0 comments on commit 9ebe2a6

Please sign in to comment.