Allow Multi
Arguments that can be specified more than once
Some arguments can be provided more than once: they support the allow multi option.
For example, /ComponentId
is not restricted to a single component, neither is /ExcludeFolder
to a single folder. There are several ways to "specify multiple":
You can simply provide the same tag multiple times - there is no limit:
/c
e4bc4a53-e338...
/c
678991d8-fb98...
You can provide a commma or colon separated list instead:
/c
e4bc4a53-e338...
,
678991d8-fb98...
,
...
You can use a @File
to spcifiy a fix set of arguments Arguments in a file.
Last updated