Skip to content

Commit b2dece4

Browse files
committed
feat: remove deleted required flag
1 parent 95a42a7 commit b2dece4

File tree

1 file changed

+2
-4
lines changed
  • cmd/app/cli/runscript/scripts/archive_drop_reports

1 file changed

+2
-4
lines changed

cmd/app/cli/runscript/scripts/archive_drop_reports/command.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ func Command(depsFn func() CommandDeps) *cli.Command {
2525
Required: true,
2626
},
2727
&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,
28+
Name: "delete-after-archive",
29+
Usage: "delete the archived drop reports and extras after archiving",
3230
},
3331
},
3432
Action: func(ctx *cli.Context) error {

0 commit comments

Comments
 (0)