allowTrailingOptions property

  1. @override
bool allowTrailingOptions
override

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

Implementation

@override
bool get allowTrailingOptions => false;