allowTrailingOptions property

  1. @override
bool get allowTrailingOptions

Whether or not this parser parses options that appear after non-option arguments.

Implementation

@override
bool get allowTrailingOptions => _argParser.allowTrailingOptions;