浏览代码

Updated docs for new suggest parameters.

Niels Keurentjes 9 年之前
父节点
当前提交
575e3fd3d8
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      doc/03-cli.md

+ 5 - 0
doc/03-cli.md

@@ -319,8 +319,13 @@ 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`
 optionally pass one or multiple package names in the format of `vendor/package`
 to limit output to suggestions made by those packages only.
 to limit output to suggestions made by those packages only.
 
 
+Use the `--by-package` or `--by-suggestion` flags to group the output by
+the package offering the suggestions or the suggested packages respectively.
+
 ### Options
 ### Options
 
 
+* **--by-package:** Groups output by suggesting package.
+* **--by-suggestion:** Groups output by suggested package.
 * **--no-dev:** Excludes suggestions from `require-dev` packages.
 * **--no-dev:** Excludes suggestions from `require-dev` packages.
 * **--verbose (-v):** Increased verbosity adds suggesting package name and
 * **--verbose (-v):** Increased verbosity adds suggesting package name and
   reason for suggestion.
   reason for suggestion.