generateHelp constant

String const generateHelp

Implementation

static const String generateHelp = '''
        A general command that covers the generation of files.
        Usage: dart run verman generate [command]

        log: Generates a changelog based on git commits.
        Example: dart run verman generate log

      ''';