summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGreg Becker <becker33@llnl.gov>2023-06-09 10:38:05 -0700
committerGitHub <noreply@github.com>2023-06-09 10:38:05 -0700
commit3c672905d0f55c0c1dc0da3edc3929e330a27bdd (patch)
tree8c96df28b52887f094a9adcd63ab9bbc2b3dabe7 /share
parentee106c747ff741a51128280d26d847d1488bbc43 (diff)
downloadspack-3c672905d0f55c0c1dc0da3edc3929e330a27bdd.tar.gz
spack-3c672905d0f55c0c1dc0da3edc3929e330a27bdd.tar.bz2
spack-3c672905d0f55c0c1dc0da3edc3929e330a27bdd.tar.xz
spack-3c672905d0f55c0c1dc0da3edc3929e330a27bdd.zip
install status arg: update to default true and add inverse (#38252)
* install status arg: update to default true and add inverse * update bash completion * fix tests broken by output change
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index b06d468aad..1d202eaec6 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -1695,7 +1695,7 @@ _spack_restage() {
_spack_solve() {
if $list_options
then
- SPACK_COMPREPLY="-h --help --show -l --long -L --very-long -I --install-status -y --yaml -j --json -c --cover -N --namespaces -t --types --timers --stats -U --fresh --reuse --reuse-deps"
+ SPACK_COMPREPLY="-h --help --show -l --long -L --very-long -I --install-status --no-install-status -y --yaml -j --json -c --cover -N --namespaces -t --types --timers --stats -U --fresh --reuse --reuse-deps"
else
_all_packages
fi
@@ -1704,7 +1704,7 @@ _spack_solve() {
_spack_spec() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -l --long -L --very-long -I --install-status -y --yaml -j --json --format -c --cover -N --namespaces -t --types -U --fresh --reuse --reuse-deps"
+ SPACK_COMPREPLY="-h --help -l --long -L --very-long -I --install-status --no-install-status -y --yaml -j --json --format -c --cover -N --namespaces -t --types -U --fresh --reuse --reuse-deps"
else
_all_packages
fi