From bfb6873ce3cf9e56f6defb220027aa4b4f7ac0da Mon Sep 17 00:00:00 2001 From: Nils Vu Date: Sat, 19 Mar 2022 23:30:46 +0100 Subject: Revert "Add command for reading a json-based DB description (#24894)" (#29603) This reverts commit 531b1c5c3dcc9bc7bec27e223608aed477e94dbd. --- share/spack/spack-completion.bash | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 7bbb3ba211..9e4586abbb 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1017,7 +1017,7 @@ _spack_external() { then SPACK_COMPREPLY="-h --help" else - SPACK_COMPREPLY="find list read-cray-manifest" + SPACK_COMPREPLY="find list" fi } @@ -1034,10 +1034,6 @@ _spack_external_list() { SPACK_COMPREPLY="-h --help" } -_spack_external_read_cray_manifest() { - SPACK_COMPREPLY="-h --help --file --directory --dry-run" -} - _spack_fetch() { if $list_options then @@ -1795,7 +1791,7 @@ _spack_undevelop() { _spack_uninstall() { if $list_options then - SPACK_COMPREPLY="-h --help -f --force -R --dependents -y --yes-to-all -a --all --origin" + SPACK_COMPREPLY="-h --help -f --force -R --dependents -y --yes-to-all -a --all" else _installed_packages fi -- cgit v1.2.3-70-g09d2