Skip to content

Commit

Permalink
feat: remove deleted required flag
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Nov 23, 2023
1 parent 95a42a7 commit b2dece4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/app/cli/runscript/scripts/archive_drop_reports/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ func Command(depsFn func() CommandDeps) *cli.Command {
Required: true,
},
&cli.BoolFlag{
Name: "delete-after-archive",
Aliases: []string{"D"},
Usage: "delete the archived drop reports and extras after archiving",
Required: true,
Name: "delete-after-archive",
Usage: "delete the archived drop reports and extras after archiving",
},
},
Action: func(ctx *cli.Context) error {
Expand Down

0 comments on commit b2dece4

Please sign in to comment.