helpMessage method

String helpMessage()

Returns the usage message for the command, including runnable examples.

Implementation

String helpMessage() {
  return "${parser.usage}\n"
      '\nExamples:'
      '\n  dart run inno_bundle:setup_versions'
      '\n  dart run inno_bundle:setup_versions --versions 6.7.3,6.6.1\n';
}