From 90a69cd02e1c437bdfbab073f6bc4f709dacee4f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 8 Dec 2014 21:21:33 +0000 Subject: [PATCH] Add new arg to docs, refs #3385 --- doc/03-cli.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index 7fcafc2d6..69f8f58c5 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -487,6 +487,11 @@ performance. Lists the name, version and license of every package installed. Use `--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 To run [scripts](articles/scripts.md) manually you can use this command,