summaryrefslogtreecommitdiff
path: root/share/spack/spack-completion.bash
diff options
context:
space:
mode:
authorTamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>2022-03-28 15:15:38 -0700
committerGitHub <noreply@github.com>2022-03-28 22:15:38 +0000
commitfd055d46784fdb9a2beecd1c81315e2bd2686c21 (patch)
tree456af1744d17340d3695c87f6e03f2c894a3f68a /share/spack/spack-completion.bash
parent40fad1472af7bebfa352b4c1562d7afe604bb73a (diff)
downloadspack-fd055d46784fdb9a2beecd1c81315e2bd2686c21.tar.gz
spack-fd055d46784fdb9a2beecd1c81315e2bd2686c21.tar.bz2
spack-fd055d46784fdb9a2beecd1c81315e2bd2686c21.tar.xz
spack-fd055d46784fdb9a2beecd1c81315e2bd2686c21.zip
spack info: make sections optional; add build/stand-alone test information (#22097)
Add output of build- and install-time tests to info command Enable dependencies, variants, and versions by default (i.e., provide --no* options; add gcc to test_info_fields to increase coverage for c_names->v_names
Diffstat (limited to 'share/spack/spack-completion.bash')
-rwxr-xr-xshare/spack/spack-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 9e4586abbb..135c4eb3b3 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -1157,7 +1157,7 @@ _spack_help() {
_spack_info() {
if $list_options
then
- SPACK_COMPREPLY="-h --help"
+ SPACK_COMPREPLY="-h --help -a --all --detectable --maintainers --no-dependencies --no-variants --no-versions --phases --tags --tests --virtuals"
else
_all_packages
fi