Remove deprecated subcommands from "spack bootstrap" (#33964)
These commands are slated for removal in v0.20
This commit is contained in:

committed by
GitHub

parent
6ee6844473
commit
da0a6280ac
@@ -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
|
||||
|
Reference in New Issue
Block a user