argResults property

ArgResults? argResults

The parsed argument results for this command.

This will be null until just before Command.run is called.

Implementation

ArgResults? get argResults => _argResults;