commandsHelp top-level property

String commandsHelp
final

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