ArgStep.match

bool match(ArgStep* this, const ArgOption* option, overload out string[] value)

Attempts to capture the remaining arguments.

This overload consumes the current match and returns every remaining argument in one array. It can be used with endOfFlags for ---style forwarding, or with any other flag that should capture the rest of the command line. The returned array is owned by the parser and remains valid only until the current callback returns.

Parameters

ArgStep*
this
const ArgOption*
option
overload out string[]
value

Generated with campc 0.11.0-preview.1.