description method
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.''';