usage property

  1. @override
String get usage

Generates a string displaying usage information for the defined options.

This is basically the help text shown on the command line.

Implementation

@override
String get usage => _argParser.usage;