From 7ad7fde09cc62a5edfc44dea5fbc5324d07d4c37 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 19 Oct 2022 19:25:20 +0200 Subject: Add a command to bootstrap Spack right now (#33407) --- share/spack/spack-completion.bash | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'share') 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" } -- cgit v1.2.3-60-g2f50