diff options
author | Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | 2021-10-20 06:38:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 13:38:55 +0000 |
commit | cc8b6ca69f1c89347c95341233d94e4daee2e876 (patch) | |
tree | 9b197387b4f7c6323e8b8cd72eec17bf46b55ea6 /share | |
parent | f184900b1a79cf7d4d5b3ef49bcc205adddd9098 (diff) | |
download | spack-cc8b6ca69f1c89347c95341233d94e4daee2e876.tar.gz spack-cc8b6ca69f1c89347c95341233d94e4daee2e876.tar.bz2 spack-cc8b6ca69f1c89347c95341233d94e4daee2e876.tar.xz spack-cc8b6ca69f1c89347c95341233d94e4daee2e876.zip |
Add --preferred and --latest to`spack checksum` (#25830)
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |