menu
easy_init_cli package
documentation
commands/command_list.dart
CommandParent
CommandParent.new constructor
CommandParent.new constructor
dark_mode
light_mode
CommandParent
constructor
CommandParent
(
String
_name
,
List
<
Command
>
_children
)
Implementation
CommandParent(this._name, this._children);
easy_init_cli package
documentation
commands/command_list
CommandParent
CommandParent.new constructor
CommandParent class