Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit d1cf44c

Browse files
committed
fix(docs): fix arg documentation in readme/manpage
1 parent 2633a0e commit d1cf44c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## SYNOPSIS
66

7-
`npx [--package|-p <package>] [--cache <path>] [--install-dev|-D] [--install-prod|-P] [--userconfig <path>] [-c <string>] <command>[@version] -- [command-arg]...`
7+
`npx [--package|-p <package>] [--cache <path>] [--save-dev|-D] [--save-prod|-P] [--save-optional|-O] [--save-bundle|-B] [--save-exact|-E] [--global|-g] [--prefix|-C] [--userconfig <path>] [-c <string>] [--version|-v] <command>[@version] -- [command-arg]...`
88

99
## INSTALL
1010

@@ -30,6 +30,8 @@ By default, `<command>` will be installed prior to execution. An optional `@vers
3030

3131
* `-c <string>` - Execute `<string>` with delayed environment variable evaluation.
3232

33+
* `-v, --version` - Show the current npx version.
34+
3335
## EXAMPLES
3436

3537
### Running a project-local bin

0 commit comments

Comments
 (0)