menu
alex package
documentation
commands/code/code_command.dart
CodeCommand
doRun method
doRun method
dark_mode
light_mode
doRun
method
@
override
Future
<
int
>
doRun
(
)
override
Implementation
@override
Future<
int
> doRun()
async
{ printUsage();
return
0
; }
alex package
documentation
commands/code/code_command
CodeCommand
doRun method
CodeCommand class