menu
multilizely package
documentation
command_parser.dart
CommandParser
CommandParser.new constructor
CommandParser.new constructor
dark_mode
light_mode
CommandParser
constructor
CommandParser
(
{
required
List
<
String
>
args
,
})
Implementation
CommandParser({ required this.args, }) { _parseConfig(); _initArgParser(); }
multilizely package
documentation
command_parser
CommandParser
CommandParser.new constructor
CommandParser class