menu
puby package
documentation
command.dart
Command
args property
args property
dark_mode
light_mode
args
property
List
<
String
>
get
args
The command to run
Implementation
List<String> get args => List.unmodifiable(_args);
puby package
documentation
command
Command
args property
Command class