menu
lualike package
documentation
command/base_command.dart
BaseCommand
aliases property
aliases property
dark_mode
light_mode
aliases
property
@
override
List
<
String
>
get
aliases
inherited
Alternative names for this command.
Implementation
@override List<String> get aliases => _aliases;
lualike package
documentation
command/base_command
BaseCommand
aliases property
BaseCommand class