From cc8b6ca69f1c89347c95341233d94e4daee2e876 Mon Sep 17 00:00:00 2001 From: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Date: Wed, 20 Oct 2021 06:38:55 -0700 Subject: Add --preferred and --latest to`spack checksum` (#25830) --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index c64495e1d6..bf5300ea96 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -575,7 +575,7 @@ _spack_cd() { _spack_checksum() { if $list_options then - SPACK_COMPREPLY="-h --help --keep-stage -b --batch" + SPACK_COMPREPLY="-h --help --keep-stage -b --batch -l --latest -p --preferred" else _all_packages fi -- cgit v1.2.3-60-g2f50