disableOptionsAfter property

String? disableOptionsAfter
final

The delimiter after which option parsing will be terminated. For posix, this is usually --, so a -- -b will have a and -b all parsed as positional arguments.

Implementation

final String? disableOptionsAfter;