Add new arg to docs, refs #3385
parent
d8f043e12c
commit
90a69cd02e
|
@ -487,6 +487,11 @@ performance.
|
||||||
Lists the name, version and license of every package installed. Use
|
Lists the name, version and license of every package installed. Use
|
||||||
`--format=json` to get machine readable output.
|
`--format=json` to get machine readable output.
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
* **--no-dev:** Remove dev dependencies from the output
|
||||||
|
* **--format:** Format of the output: text or json (default: "text")
|
||||||
|
|
||||||
## run-script
|
## run-script
|
||||||
|
|
||||||
To run [scripts](articles/scripts.md) manually you can use this command,
|
To run [scripts](articles/scripts.md) manually you can use this command,
|
||||||
|
|
Loading…
Reference in New Issue