mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d097cefc6f
Using nargs='*' in conjunction with nargs=REMAINDER creates an ambiguity when the argument using nargs='*' is optional, it is not specified, and the user intends their arguments to be interpreted as "extra" arguments. This commit removes the nargs=REMAINDER argument for mach_try, and implements its most common users from trychooser as a set of regular arguments to echo to generated try syntax. MozReview-Commit-ID: FOuDZxUfHu9 |
||
---|---|---|
.. | ||
autotry | ||
fileid | ||
grabber | ||
minidumpwriter | ||
proxyserver | ||
screenshot | ||
mach_test_package_bootstrap.py |