Skip to content

Commit

Permalink
Rename command file to nuke and add q alias for --quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirkse committed Feb 27, 2024
1 parent 58723eb commit 1cb130e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/commands/nuke/command.go → pkg/commands/nuke/nuke.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ func init() { //nolint:funlen
},
&cli.BoolFlag{
Name: "quiet",

Check failure on line 227 in pkg/commands/nuke/nuke.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofmt`-ed with `-s` (gofmt)
Aliases: []string{"q"},
Usage: "hide filtered messages",
},
&cli.BoolFlag{
Expand Down

0 comments on commit 1cb130e

Please sign in to comment.