Skip to content

Commit 488713c

Browse files
committed
fix: remove shell completions for verify-project/read-manifest
1 parent d81752c commit 488713c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/etc/_cargo

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ _cargo() {
254254
'--dry-run[perform all checks without uploading]'
255255
;;
256256

257-
read-manifest)
258-
_arguments -s -S $common $manifest
259-
;;
260-
261257
remove | rm)
262258
_arguments -s -A "^--" $common $manifest \
263259
"--dev[remove as a dev dependency]" \
@@ -356,10 +352,6 @@ _cargo() {
356352
'*:package:_cargo_package_names'
357353
;;
358354

359-
verify-project)
360-
_arguments -s -S $common $manifest
361-
;;
362-
363355
version)
364356
_arguments -s -S $common
365357
;;

src/etc/cargo.bashcomp.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ _cargo()
7474
local opt__package="$opt_common $opt_mani $opt_feat $opt_lock $opt_parallel --allow-dirty -l --list --no-verify --no-metadata --index --registry --target --target-dir"
7575
local opt__pkgid="$opt_common $opt_mani $opt_lock $opt_pkg"
7676
local opt__publish="$opt_common $opt_mani $opt_feat $opt_lock $opt_parallel --allow-dirty --dry-run --token --no-verify --index --registry --target --target-dir"
77-
local opt__read_manifest="$opt_help $opt_quiet $opt_verbose $opt_mani $opt_color $opt_lock --no-deps"
7877
local opt__remove="$opt_common $opt_pkg $opt_lock $opt_mani --dry-run --dev --build --target"
7978
local opt__rm="$opt__remove"
8079
local opt__report="$opt_help $opt_verbose $opt_color future-incompat future-incompatibilities"
@@ -90,7 +89,6 @@ _cargo()
9089
local opt__uninstall="$opt_common $opt_lock $opt_pkg --bin --root"
9190
local opt__update="$opt_common $opt_mani $opt_lock $opt_pkg --aggressive --recursive --precise --dry-run"
9291
local opt__vendor="$opt_common $opt_mani $opt_lock $opt_sync --no-delete --respect-source-config --versioned-dirs"
93-
local opt__verify_project="$opt_common $opt_mani $opt_lock"
9492
local opt__version="$opt_common $opt_lock"
9593
local opt__yank="$opt_common $opt_lock --version --undo --index --token --registry"
9694
local opt__libtest="--help --include-ignored --ignored --test --bench --list --logfile --nocapture --test-threads --skip -q --quiet --exact --color --format"

0 commit comments

Comments
 (0)