From 2a51e07fdecf317be5d7ad8cfbda54a0f39f583b Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Mon, 27 May 2019 14:13:58 -0700 Subject: commands: completion for new --update and --header options (#11566) --- share/spack/spack-completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index c4113ab0da..a1795647a6 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -243,7 +243,7 @@ function _spack_clone { function _spack_commands { if $list_options then - compgen -W "-h --help --format" -- "$cur" + compgen -W "-h --help --format --header --update" -- "$cur" fi } @@ -664,7 +664,7 @@ function _spack_license_verify { function _spack_list { if $list_options then - compgen -W "-h --help -d --search-description --format + compgen -W "-h --help -d --search-description --format --update -t --tags" -- "$cur" else compgen -W "$(_all_packages)" -- "$cur" -- cgit v1.2.3-70-g09d2