arguments property

List<String> get arguments
inherited

All positional arguments passed to this command.

Implementation

List<String> get arguments => argResults!.rest;