patch command: add concretizer args (#34282)
* patch command: add concretizer args * tab completion
This commit is contained in:
parent
3afe6f1adc
commit
99044bedd7
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
def setup_parser(subparser):
|
def setup_parser(subparser):
|
||||||
arguments.add_common_arguments(subparser, ["no_checksum", "deprecated", "specs"])
|
arguments.add_common_arguments(subparser, ["no_checksum", "deprecated", "specs"])
|
||||||
|
arguments.add_concretizer_args(subparser)
|
||||||
|
|
||||||
|
|
||||||
def patch(parser, args):
|
def patch(parser, args):
|
||||||
|
@ -1439,7 +1439,7 @@ _spack_module_tcl_setdefault() {
|
|||||||
_spack_patch() {
|
_spack_patch() {
|
||||||
if $list_options
|
if $list_options
|
||||||
then
|
then
|
||||||
SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated"
|
SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated -U --fresh --reuse"
|
||||||
else
|
else
|
||||||
_all_packages
|
_all_packages
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user