Skip to content

Commit

Permalink
chore: Merge pull request #32 from eventOneHQ/master
Browse files Browse the repository at this point in the history
1.3.1 beta 2
  • Loading branch information
nprail authored Jul 14, 2020
2 parents 905af0e + 8145b5a commit 8db264a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Install the `apkup` package globally or locally:

```bash
npm i -g apkup
apkup -h
apkup --help

# or if you just want to use the CLI locally
npx apkup -h
npx apkup --help

# or install the library into your project
npm i -D apkup
Expand Down
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 8db264a

Please sign in to comment.