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