helpMessage top-level constant

String const helpMessage

The help message that will be displayed if the user runs inno_build -h.

Implementation

const String helpMessage = '''
Usage: inno_build [options]
Options (for generate command):
  -a, --app-id              Generate a new InnoSetup AppID.
      --release             Generate the application in release mode (default).
  -d, --debug               Generate the application in debug mode.

Global Options:
  -h, --help                Show this help message.
  -v, --version             Show version information.
      --verbose             Enable verbose output.
  -q, --quiet               Suppress output (quiet mode).
  -i, --install             Install Inno Setup if not already installed.
''';