command cargo test --list-test-name
for shell completion
#12919
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
#5759
#6645
rustup completions zsh cargo
can only do static logic completion.Unless
cargo test --list-test-name
, there is no way to have completion for dynamic logic.Proposed Solution
cargo should expose test name logic
$ cargo test --list-test-name
Else, it's impossible to have test name shell completion.
Notes
No response
The text was updated successfully, but these errors were encountered: