Add a command to bootstrap Spack right now (#33407)
This commit is contained in:
committed by
GitHub
parent
25cbb34579
commit
7ad7fde09c
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user