Skip to content

Commit

Permalink
Fix commander upgrade issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves committed Jul 1, 2021
1 parent 23d5b88 commit 493af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/argv_parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const ArgvParser = {
})

program.parse(argv)
const options = program.opts() as IParsedArgvOptions
const options: IParsedArgvOptions = program.opts()
ArgvParser.validateRetryOptions(options)

return {
Expand Down

0 comments on commit 493af78

Please sign in to comment.