menu
hpf_cli package
documentation
command/command_parent.dart
CommandParent
CommandParent.new constructor
CommandParent.new constructor
dark_mode
light_mode
CommandParent
constructor
CommandParent
(
String
_name
,
List
<
Command
>
_children
, [
List
<
String
>
_alias
=
const []
])
Implementation
CommandParent(this._name, this._children, [this._alias = const []]);
hpf_cli package
documentation
command/command_parent
CommandParent
CommandParent.new constructor
CommandParent class