summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-11-17 12:42:57 +0100
committerGitHub <noreply@github.com>2022-11-17 12:42:57 +0100
commitda0a6280acda4fc6f75fb90ee5389beb218c9ea7 (patch)
tree1b2e350cb11535b67a8e689a5cfd789558658f62 /share
parent6ee68444735306f2467c9e8467cc7632a82067f1 (diff)
downloadspack-da0a6280acda4fc6f75fb90ee5389beb218c9ea7.tar.gz
spack-da0a6280acda4fc6f75fb90ee5389beb218c9ea7.tar.bz2
spack-da0a6280acda4fc6f75fb90ee5389beb218c9ea7.tar.xz
spack-da0a6280acda4fc6f75fb90ee5389beb218c9ea7.zip
Remove deprecated subcommands from "spack bootstrap" (#33964)
These commands are slated for removal in v0.20
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash20
1 files changed, 1 insertions, 19 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 1ed8037d2b..800fa8204a 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -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