summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 1543cffd92..8b12116fe9 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -412,10 +412,14 @@ _spack_bootstrap() {
then
SPACK_COMPREPLY="-h --help"
else
- SPACK_COMPREPLY="status enable disable reset root list trust untrust add remove mirror"
+ SPACK_COMPREPLY="now status enable disable reset root list trust untrust add remove mirror"
fi
}
+_spack_bootstrap_now() {
+ SPACK_COMPREPLY="-h --help"
+}
+
_spack_bootstrap_status() {
SPACK_COMPREPLY="-h --help --optional --dev"
}