Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbcoe <bencoe@gmail.com>2014-06-20 11:59:15 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-07-23 04:23:32 +0400
commitdf4b0e7fc1abd9a54f98db75ec9e4d03d37d125b (patch)
treeb09e3c82cde587076f2e7273752c30183cfbdf76 /doc
parenta5d2670b019a777d6d80520f8cbe6fb4a7017dbc (diff)
making it so that you can pass arguments to run-scripts.
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-restart.md2
-rw-r--r--doc/cli/npm-run-script.md4
-rw-r--r--doc/cli/npm-start.md2
-rw-r--r--doc/cli/npm-stop.md2
-rw-r--r--doc/cli/npm-test.md4
5 files changed, 7 insertions, 7 deletions
diff --git a/doc/cli/npm-restart.md b/doc/cli/npm-restart.md
index 4661d6b23..7b039a8f8 100644
--- a/doc/cli/npm-restart.md
+++ b/doc/cli/npm-restart.md
@@ -3,7 +3,7 @@ npm-restart(1) -- Start a package
## SYNOPSIS
- npm restart <name>
+ npm restart [-- <args>]
## DESCRIPTION
diff --git a/doc/cli/npm-run-script.md b/doc/cli/npm-run-script.md
index 835dbf5df..09a546b9a 100644
--- a/doc/cli/npm-run-script.md
+++ b/doc/cli/npm-run-script.md
@@ -3,8 +3,8 @@ npm-run-script(1) -- Run arbitrary package scripts
## SYNOPSIS
- npm run-script [<pkg>] [command]
- npm run [<pkg>] [command]
+ npm run-script [command] [-- <args>]
+ npm run [command] [-- <args>]
## DESCRIPTION
diff --git a/doc/cli/npm-start.md b/doc/cli/npm-start.md
index 01347d2e4..759de221f 100644
--- a/doc/cli/npm-start.md
+++ b/doc/cli/npm-start.md
@@ -3,7 +3,7 @@ npm-start(1) -- Start a package
## SYNOPSIS
- npm start <name>
+ npm start [-- <args>]
## DESCRIPTION
diff --git a/doc/cli/npm-stop.md b/doc/cli/npm-stop.md
index bda5cc8f4..92b14b417 100644
--- a/doc/cli/npm-stop.md
+++ b/doc/cli/npm-stop.md
@@ -3,7 +3,7 @@ npm-stop(1) -- Stop a package
## SYNOPSIS
- npm stop <name>
+ npm stop [-- <args>]
## DESCRIPTION
diff --git a/doc/cli/npm-test.md b/doc/cli/npm-test.md
index 800f3ae10..c2267082d 100644
--- a/doc/cli/npm-test.md
+++ b/doc/cli/npm-test.md
@@ -3,8 +3,8 @@ npm-test(1) -- Test a package
## SYNOPSIS
- npm test <name>
- npm tst <name>
+ npm test [-- <args>]
+ npm tst [-- <args>]
## DESCRIPTION