add a flag to cargo add
to make it show all features
#15178
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-add
S-triage
Status: This issue is waiting on initial triage.
Problem
Currently when a crate has too many features,
cargo add
only shows part of them and prints "X deactivated features". this is useful if i want to see a concise summary, but sometimes i actually want to see all the available features to see what i can enable.Proposed Solution
add an new flag to make
cargo add
print all features. or perhaps make it do so when-v/--verbose
is specified.Notes
No response
The text was updated successfully, but these errors were encountered: