Deprecate spack bootstrap trust/untrust (#33600)
* Deprecate spack bootstrap trust/untrust * Update CI * Update tests
This commit is contained in:
committed by
GitHub
parent
29f1e8395c
commit
7e645f54c5
@@ -425,11 +425,21 @@ _spack_bootstrap_status() {
|
||||
}
|
||||
|
||||
_spack_bootstrap_enable() {
|
||||
SPACK_COMPREPLY="-h --help --scope"
|
||||
if $list_options
|
||||
then
|
||||
SPACK_COMPREPLY="-h --help --scope"
|
||||
else
|
||||
SPACK_COMPREPLY=""
|
||||
fi
|
||||
}
|
||||
|
||||
_spack_bootstrap_disable() {
|
||||
SPACK_COMPREPLY="-h --help --scope"
|
||||
if $list_options
|
||||
then
|
||||
SPACK_COMPREPLY="-h --help --scope"
|
||||
else
|
||||
SPACK_COMPREPLY=""
|
||||
fi
|
||||
}
|
||||
|
||||
_spack_bootstrap_reset() {
|
||||
|
||||
Reference in New Issue
Block a user