argParser property

  1. @override
ArgParser argParser
final

The top-level argument parser.

Global options should be registered with this parser; they'll end up available via Command.globalResults. Commands should be registered with addCommand rather than directly on the parser.

Implementation

@override
final argParser = ArgParser(usageLineLength: lineLength);