Browse Source

updated doc

Rob Bast 9 năm trước cách đây
mục cha
commit
b523a22641
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      doc/03-cli.md

+ 5 - 1
doc/03-cli.md

@@ -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