menu
claudio package
documentation
commands/config_command.dart
GetCommand
GetCommand.new constructor
GetCommand.new constructor
dark_mode
light_mode
GetCommand
constructor
GetCommand
(
Future
<
void
>
userMethod
(
String
)
)
Implementation
GetCommand(this.userMethod) { argParser.addOption( 'key', mandatory: true, ); }
claudio package
documentation
commands/config_command
GetCommand
GetCommand.new constructor
GetCommand class