menu
mineral_cli package
documentation
mineral_cli.dart
CliCommand
CliCommand constructor
CliCommand constructor
dark_mode
light_mode
CliCommand
constructor
CliCommand
(
Console
_console
,
String
_name
,
String
_description
,
List
<
String
>
_args
,
)
Implementation
CliCommand(this._console, this._name, this._description, this._args);
mineral_cli package
documentation
mineral_cli
CliCommand
CliCommand constructor
CliCommand class