From 3e863848f8f9acd421daed7fe4d0c2578787c06e Mon Sep 17 00:00:00 2001 From: Greg Becker Date: Thu, 28 Apr 2022 02:37:15 -0700 Subject: build_env/test_env: add concretizer args (#30289) --- share/spack/spack-completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index f0c81f11db..90793a2401 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -488,7 +488,7 @@ _spack_bootstrap_untrust() { _spack_build_env() { if $list_options then - SPACK_COMPREPLY="-h --help --clean --dirty --dump --pickle" + SPACK_COMPREPLY="-h --help --clean --dirty -U --fresh --reuse --dump --pickle" else _all_packages fi @@ -1769,7 +1769,7 @@ _spack_test_remove() { _spack_test_env() { if $list_options then - SPACK_COMPREPLY="-h --help --clean --dirty --dump --pickle" + SPACK_COMPREPLY="-h --help --clean --dirty -U --fresh --reuse --dump --pickle" else _all_packages fi -- cgit v1.2.3-70-g09d2