menu
get_cli package
documentation
commands/commands_list.dart
CommandParent
CommandParent constructor
CommandParent constructor
dark_mode
light_mode
CommandParent
constructor
CommandParent
(
String
_name
,
List
<
Command
>
_childrens
, [
List
<
String
>
_alias
=
const []
])
Implementation
CommandParent(this._name, this._childrens, [this._alias = const []]);
get_cli package
documentation
commands/commands_list
CommandParent
CommandParent constructor
CommandParent class