spack stage: add missing --fresh and --reuse (#31626)

This commit is contained in:
Harmen Stoppels
2022-07-20 13:50:56 +02:00
committed by GitHub
parent e3aca44601
commit e7be8dbbcf
3 changed files with 13 additions and 1 deletions

View File

@@ -1688,7 +1688,7 @@ _spack_spec() {
_spack_stage() {
if $list_options
then
SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated -p --path"
SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated -p --path -U --fresh --reuse"
else
_all_packages
fi