noOptionsAfterPositional property

bool noOptionsAfterPositional
final

Whether or not option parsing will be terminated after the first positional argument. For instance, given -x y -z, if this is enabled, only -x will be an option, and y and -z will be positional arguments.

Implementation

final bool noOptionsAfterPositional;