aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Janke2017-08-03 00:41:51 -0400
committerAndrew Janke2017-08-11 16:43:37 -0400
commitbb85581df054d64f108ee6916fc5196bea93055c (patch)
tree091176eb62482c51dca7475d981ac185419de37d /docs
parent67b20d97d80d8bf550e62a92af4aba025dd806a7 (diff)
downloadbrew-bb85581df054d64f108ee6916fc5196bea93055c.tar.bz2
brew deps: add --include-requirements
Diffstat (limited to 'docs')
-rw-r--r--docs/Manpage.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index 49f6bb5ae..1ec949395 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -77,7 +77,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
a bug report, you will likely be asked for this information if you do not
provide it.
- * `deps` [`--1`] [`-n`] [`--union`] [`--full-name`] [`--installed`] [`--include-build`] [`--include-optional`] [`--skip-recommended`] `formulae`:
+ * `deps` [`--1`] [`-n`] [`--union`] [`--full-name`] [`--installed`] [`--include-build`] [`--include-optional`] [`--skip-recommended`] [`--include-requirements`] `formulae`:
Show dependencies for `formulae`. When given multiple formula arguments,
show the intersection of dependencies for `formulae`.
@@ -98,15 +98,22 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
`formulae`. To include the `:build` type dependencies, pass `--include-build`.
Similarly, pass `--include-optional` to include `:optional` dependencies.
To skip `:recommended` type dependencies, pass `--skip-recommended`.
+ To include requirements in addition to dependencies, pass `--include-requirements`.
- * `deps` `--tree` [`filters`] (`formulae`|`--installed`):
+ * `deps` `--tree` [`--1`] [`filters`] [`--annotate`] (`formulae`|`--installed`):
Show dependencies as a tree. When given multiple formula arguments, output
individual trees for every formula.
+ If `--1` is passed, only one level of children is displayed.
+
If `--installed` is passed, output a tree for every installed formula.
The `filters` placeholder is any combination of options `--include-build`,
- `--include-optional`, and `--skip-recommended` as documented above.
+ `--include-optional`, `--skip-recommended`, and `--include-requirements` as
+ documented above.
+
+ If `--annotate` is passed, the build, optional, and recommended dependencies
+ are marked as such in the output.
* `deps` [`filters`] (`--installed`|`--all`):
Show dependencies for installed or all available formulae. Every line of