Add --preferred and --latest tospack checksum (#25830)

This commit is contained in:
Tamara Dahlgren
2021-10-20 06:38:55 -07:00
committed by GitHub
parent f184900b1a
commit cc8b6ca69f
6 changed files with 104 additions and 15 deletions

View File

@@ -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