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