Skip to content

RF: New options to applyArgStyle

Paul McCarthy requested to merge bf/wrapper-singlechar-args into master

To handle commands which mostly use the standard --arg=val style, but also have short options which do not have a long equivalent and which may expect multiple arguments (e.g. -A one two three). Definitely feels like over-engineering, but when style="--=", all other arguments are set to sensible defaults.

Merge request reports

Loading