commandsHelp top-level property
commands help
Implementation
final String commandsHelp = '''
Usage: hooklint [command]
Commands:
${Command.install.name}: ${Command.install.description}
${Command.run.name}: ${Command.run.description}
${Command.run.name} is used by default.
''';