Update command completion

This commit is contained in:
Massimiliano Culpo 2021-10-29 19:21:49 +02:00 committed by Todd Gamblin
parent 0d74a4f46e
commit da57b8775f

View file

@ -1635,7 +1635,7 @@ _spack_restage() {
_spack_solve() { _spack_solve() {
if $list_options if $list_options
then then
SPACK_COMPREPLY="-h --help --show --models -l --long -L --very-long -I --install-status -y --yaml -j --json -c --cover -N --namespaces -t --types --timers --stats" SPACK_COMPREPLY="-h --help --show --models -l --long -L --very-long -I --install-status -y --yaml -j --json -c --cover -N --namespaces -t --types --timers --stats --reuse"
else else
_all_packages _all_packages
fi fi