From 2e96f86df2db1d8bbadd9fe5f73b7432594cb80a Mon Sep 17 00:00:00 2001 From: Gregory Becker Date: Wed, 29 Mar 2023 13:28:56 -0700 Subject: [PATCH] update completion --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 423e1a96c1c..2199f4576ae 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -977,7 +977,7 @@ _spack_env_loads() { _spack_env_view() { if $list_options then - SPACK_COMPREPLY="-h --help" + SPACK_COMPREPLY="-h --help -f --force" else SPACK_COMPREPLY="" fi