menu
firedoctor package
documentation
cli/command_runner.dart
CommandRunner
register method
register method
dark_mode
light_mode
register
method
void
register
(
Command
command
)
Public method or function.
Implementation
void register(Command command) { _commands.add(command); }
firedoctor package
documentation
cli/command_runner
CommandRunner
register method
CommandRunner class