patch command: add concretizer args (#34282)

* patch command: add concretizer args
* tab completion
This commit is contained in:
Greg Becker
2022-12-02 14:02:20 -08:00
committed by GitHub
parent 3afe6f1adc
commit 99044bedd7
2 changed files with 2 additions and 1 deletions

View File

@@ -1439,7 +1439,7 @@ _spack_module_tcl_setdefault() {
_spack_patch() {
if $list_options
then
SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated"
SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated -U --fresh --reuse"
else
_all_packages
fi