Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo-tree: document --target all #8567

Closed
Nemo157 opened this issue Jul 30, 2020 · 0 comments · Fixed by #8766
Closed

cargo-tree: document --target all #8567

Nemo157 opened this issue Jul 30, 2020 · 0 comments · Fixed by #8766
Labels
A-documenting-cargo-itself Area: Cargo's documentation C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-tree

Comments

@Nemo157
Copy link
Member

Nemo157 commented Jul 30, 2020

Describe the problem you are trying to solve
Discoverability of cargo tree --target all is near-zero.

Describe the solution you'd like
Mention of the special all target in cargo tree --help

Notes

@Nemo157 Nemo157 added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Jul 30, 2020
@ehuss ehuss added A-documenting-cargo-itself Area: Cargo's documentation Command-tree labels Jul 30, 2020
bors added a commit that referenced this issue Oct 10, 2020
cargo-tree: mention special target `all` in CLI help text

Fixes #8567

Actually, `cargo help tree` has already got a [description about `--target=all`](https://github.com/rust-lang/cargo/blob/3045228ee139f970ccc892aa5c34c0f3cb70ee06/src/doc/man/cargo-tree.md#tree-options) in tree options:

```console
$ cargo help tree
...
OPTIONS
   Tree Options
        ...
       --target triple
           Filter dependencies matching the given target-triple. The default is the host platform. Use the value all to include all targets.
...
@bors bors closed this as completed in 62279ca Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documenting-cargo-itself Area: Cargo's documentation C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-tree
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants