menu
lualike package
documentation
command/base_command.dart
BaseCommand
argumentCount property
argumentCount property
dark_mode
light_mode
argumentCount
property
int
get
argumentCount
inherited
Number of positional arguments.
Implementation
int get argumentCount => arguments.length;
lualike package
documentation
command/base_command
BaseCommand
argumentCount property
BaseCommand class