fullArgs property

List<String> get fullArgs

The full arguments for the command, including the command name.

Implementation

List<String> get fullArgs => [commandName, ...args];