From d1cf44ca9c5b760d730517f2185165e2122a5948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 29 May 2017 23:39:58 -0700 Subject: [PATCH] fix(docs): fix arg documentation in readme/manpage --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdedd9f..38795d7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## SYNOPSIS -`npx [--package|-p ] [--cache ] [--install-dev|-D] [--install-prod|-P] [--userconfig ] [-c ] [@version] -- [command-arg]...` +`npx [--package|-p ] [--cache ] [--save-dev|-D] [--save-prod|-P] [--save-optional|-O] [--save-bundle|-B] [--save-exact|-E] [--global|-g] [--prefix|-C] [--userconfig ] [-c ] [--version|-v] [@version] -- [command-arg]...` ## INSTALL @@ -30,6 +30,8 @@ By default, `` will be installed prior to execution. An optional `@vers * `-c ` - Execute `` with delayed environment variable evaluation. +* `-v, --version` - Show the current npx version. + ## EXAMPLES ### Running a project-local bin