argParser property
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
ArgParser get argParser => _argParser;