diff --git a/pkg/commands/nuke/command.go b/pkg/commands/nuke/nuke.go similarity index 99% rename from pkg/commands/nuke/command.go rename to pkg/commands/nuke/nuke.go index bfb6b0cf..21084f62 100644 --- a/pkg/commands/nuke/command.go +++ b/pkg/commands/nuke/nuke.go @@ -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",