From 834f8e04ca362195f9a971d1f90b43ce52f78cc4 Mon Sep 17 00:00:00 2001 From: iarspider Date: Tue, 26 Apr 2022 00:54:54 +0200 Subject: 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. --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index b0870551f6..cc6ca6ab56 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -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() { -- cgit v1.2.3-60-g2f50