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

Commit

Permalink
fix(docs): fix arg documentation in readme/manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 30, 2017
1 parent 2633a0e commit d1cf44c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## SYNOPSIS

`npx [--package|-p <package>] [--cache <path>] [--install-dev|-D] [--install-prod|-P] [--userconfig <path>] [-c <string>] <command>[@version] -- [command-arg]...`
`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]...`

## INSTALL

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

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

* `-v, --version` - Show the current npx version.

## EXAMPLES

### Running a project-local bin
Expand Down

0 comments on commit d1cf44c

Please sign in to comment.