Revert "Add command for reading a json-based DB description (#24894)" (#29603)

This reverts commit 531b1c5c3d.
This commit is contained in:
Nils Vu
2022-03-19 23:30:46 +01:00
committed by GitHub
parent 71c9334e30
commit bfb6873ce3
14 changed files with 41 additions and 712 deletions

View File

@@ -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