Remove deprecated subcommands from "spack bootstrap" (#33964)

These commands are slated for removal in v0.20
This commit is contained in:
Massimiliano Culpo
2022-11-17 12:42:57 +01:00
committed by GitHub
parent 6ee6844473
commit da0a6280ac
3 changed files with 24 additions and 61 deletions

View File

@@ -403,7 +403,7 @@ _spack_bootstrap() {
then
SPACK_COMPREPLY="-h --help"
else
SPACK_COMPREPLY="now status enable disable reset root list trust untrust add remove mirror"
SPACK_COMPREPLY="now status enable disable reset root list add remove mirror"
fi
}
@@ -450,24 +450,6 @@ _spack_bootstrap_list() {
SPACK_COMPREPLY="-h --help --scope"
}
_spack_bootstrap_trust() {
if $list_options
then
SPACK_COMPREPLY="-h --help --scope"
else
SPACK_COMPREPLY=""
fi
}
_spack_bootstrap_untrust() {
if $list_options
then
SPACK_COMPREPLY="-h --help --scope"
else
SPACK_COMPREPLY=""
fi
}
_spack_bootstrap_add() {
if $list_options
then