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