Environments: add flag to skip printing concretized specs (#30272)

With an active environment, you can now run "spack concretize --quiet"
and it will suppress printing the concretized specs.
This commit is contained in:
iarspider
2022-04-26 00:54:54 +02:00
committed by GitHub
parent 3ade5516a2
commit 834f8e04ca
2 changed files with 6 additions and 2 deletions

View File

@@ -709,7 +709,7 @@ _spack_compilers() {
}
_spack_concretize() {
SPACK_COMPREPLY="-h --help -f --force --test -U --fresh --reuse"
SPACK_COMPREPLY="-h --help -f --force --test -q --quiet -U --fresh --reuse"
}
_spack_config() {