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() => '''
    Defines the name of the template to create the script or project from.
    If not passed the 'simple' template is used.''';