usage property

  1. @override
String get usage
inherited

Generates a string displaying usage information for the executable.

This includes usage for the global arguments as well as a list of top-level commands.

Implementation

@override
String get usage => super.usage.replaceFirst('$description\n\n', '');