@@ -50,9 +50,12 @@ _cargo()
50
50
local opt___nocmd=" $opt_common -V --version --list --explain"
51
51
local opt__bench=" $opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock $opt_jobs $opt_targets --message-format --target --no-run --no-fail-fast --target-dir"
52
52
local opt__build=" $opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock $opt_jobs $opt_targets --message-format --target --release --profile --target-dir"
53
+ local opt__b=" $opt__build "
53
54
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"
55
+ local opt__c=" $opt__check "
54
56
local opt__clean=" $opt_common $opt_pkg $opt_mani $opt_lock --target --release --doc --target-dir --profile"
55
57
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"
58
+ local opt__d=" $opt__doc "
56
59
local opt__fetch=" $opt_common $opt_mani $opt_lock --target"
57
60
local opt__fix=" $opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_jobs $opt_targets $opt_lock --release --target --message-format --broken-code --edition --edition-idioms --allow-no-vcs --allow-dirty --allow-staged --profile --target-dir"
58
61
local opt__generate_lockfile=" $opt_common $opt_mani $opt_lock "
@@ -69,10 +72,12 @@ _cargo()
69
72
local opt__publish=" $opt_common $opt_mani $opt_feat $opt_lock $opt_jobs --allow-dirty --dry-run --token --no-verify --index --registry --target --target-dir"
70
73
local opt__read_manifest=" $opt_help $opt_quiet $opt_verbose $opt_mani $opt_color $opt_lock --no-deps"
71
74
local opt__run=" $opt_common $opt_pkg $opt_feat $opt_mani $opt_lock $opt_jobs --message-format --target --bin --example --release --target-dir --profile"
75
+ local opt__r=" $opt__run "
72
76
local opt__rustc=" $opt_common $opt_pkg $opt_feat $opt_mani $opt_lock $opt_jobs $opt_targets -L --crate-type --extern --message-format --profile --target --release --target-dir"
73
77
local opt__rustdoc=" $opt_common $opt_pkg $opt_feat $opt_mani $opt_lock $opt_jobs $opt_targets --message-format --target --release --open --target-dir --profile"
74
78
local opt__search=" $opt_common $opt_lock --limit --index --registry"
75
79
local opt__test=" $opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock $opt_jobs $opt_targets --message-format --doc --target --no-run --release --no-fail-fast --target-dir --profile"
80
+ local opt__t=" $opt__test "
76
81
local opt__tree=" $opt_common $opt_pkg_spec $opt_feat $opt_mani $opt_lock --target -i --invert --prefix --no-dedupe --duplicates -d --charset -f --format -e --edges"
77
82
local opt__uninstall=" $opt_common $opt_lock $opt_pkg --bin --root"
78
83
local opt__update=" $opt_common $opt_mani $opt_lock $opt_pkg --aggressive --precise --dry-run"
0 commit comments