menu
lualike package
documentation
command/base_command.dart
BaseCommand
arguments property
arguments property
dark_mode
light_mode
arguments
property
List
<
String
>
get
arguments
inherited
All positional arguments passed to this command.
Implementation
List<String> get arguments => argResults!.rest;
lualike package
documentation
command/base_command
BaseCommand
arguments property
BaseCommand class