We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a42a7 commit b2dece4Copy full SHA for b2dece4
cmd/app/cli/runscript/scripts/archive_drop_reports/command.go
@@ -25,10 +25,8 @@ func Command(depsFn func() CommandDeps) *cli.Command {
25
Required: true,
26
},
27
&cli.BoolFlag{
28
- Name: "delete-after-archive",
29
- Aliases: []string{"D"},
30
- Usage: "delete the archived drop reports and extras after archiving",
31
- Required: true,
+ Name: "delete-after-archive",
+ Usage: "delete the archived drop reports and extras after archiving",
32
33
34
Action: func(ctx *cli.Context) error {
0 commit comments