spack concretize: add --reuse argument

This commit is contained in:
Massimiliano Culpo
2021-11-03 16:07:20 +01:00
committed by Todd Gamblin
parent 290f57c779
commit e2744fafa1
5 changed files with 36 additions and 17 deletions

View File

@@ -705,7 +705,7 @@ _spack_compilers() {
}
_spack_concretize() {
SPACK_COMPREPLY="-h --help -f --force --test"
SPACK_COMPREPLY="-h --help --reuse -f --force --test"
}
_spack_config() {