category property
The command's category.
Displayed in parent
's CommandRunner.usage
. Commands with categories
will be grouped together, and displayed after commands without a category.
Implementation
String get category => '';
The command's category.
Displayed in parent
's CommandRunner.usage
. Commands with categories
will be grouped together, and displayed after commands without a category.
String get category => '';