mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #10347 - a1phyr:patch-1, r=weihanglo
Add bash completion for `cargo clippy` ### What does this PR try to resolve? Having shell completion on `cargo clippy` is useful
This commit is contained in:
commit
74ec39f082
@ -54,6 +54,7 @@ _cargo()
|
||||
local opt__check="$opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock $opt_jobs $opt_targets --message-format --target --release --profile --target-dir"
|
||||
local opt__c="$opt__check"
|
||||
local opt__clean="$opt_common $opt_pkg $opt_mani $opt_lock --target --release --doc --target-dir --profile"
|
||||
local opt__clippy="$opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock $opt_jobs $opt_targets --message-format --target --release --profile --target-dir --no-deps --fix"
|
||||
local opt__doc="$opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock $opt_jobs --message-format --bin --bins --lib --target --open --no-deps --release --document-private-items --target-dir --profile"
|
||||
local opt__d="$opt__doc"
|
||||
local opt__fetch="$opt_common $opt_mani $opt_lock --target"
|
||||
|
Loading…
x
Reference in New Issue
Block a user