1
0
Fork 0

updated doc

pull/4177/head
Rob Bast 2015-06-23 22:44:02 +02:00
parent 680082c5fe
commit b523a22641
1 changed files with 5 additions and 1 deletions

View File

@ -296,11 +296,15 @@ in your browser.
## suggests
Lists all packages suggested by currently installed set of packages.
Lists all packages suggested by currently installed set of packages. You can
optionally pass one or multiple package names in the format of `vendor/package`
to limit output to suggestions made by those packages only.
### Options
* **--no-dev:** Exludes suggestions from `require-dev` packages.
* **-v[v]:** Increased verbosity adds suggesting package name (`-v`) and
reason for suggestion (`-vv`).
## depends