Skip to content

Commit

Permalink
cli: -v, --version
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Jan 9, 2021
1 parent 7f7566b commit 3696297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This installs a CLI command accessible with the `xget` command.

```bash
# Check if the xget command has been installed and accessible on your path
$ xget -V
$ xget -v
v0.8.2-1
```

Expand Down
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const command = commander
)
// .option('-q, --quiet', 'be stealth')
// .option('-v, --verbose', 'be verbose')
.version(`v${packageJson.version}`, '-V, --version')
.version(`v${packageJson.version}`, '-v, --version')
// Add header config
// Authentication
// POST Request
Expand Down

0 comments on commit 3696297

Please sign in to comment.