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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user