Skip to content

Commit

Permalink
fix(cli): Add -h alias to --help
Browse files Browse the repository at this point in the history
closes #27
  • Loading branch information
nprail committed Jul 14, 2020
1 parent f679b77 commit 8145b5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ const argv = yargs
.command(promote)
.command(upload)
.env('APKUP')
.help('help').argv
.help('help')
.alias('help', 'h').argv

0 comments on commit 8145b5a

Please sign in to comment.