description method

  1. @override
String description()

Flag implementations must overload this to return a description of the flag used in the usage statement.

Implementation

@override
String description() => '''
    Prints a list of project and script templates then exits.
''';