spack stage: add missing --fresh and --reuse (#31626)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user