menu
extensions package
documentation
configuration.dart
CommandLineConfigurationProvider
args property
args property
dark_mode
light_mode
args
property
Iterable
<
String
>
get
args
The command line arguments.
Implementation
Iterable<String> get args => _args;
extensions package
documentation
configuration
CommandLineConfigurationProvider
args property
CommandLineConfigurationProvider class