helpHelp constant

String const helpHelp

Implementation

static const String helpHelp = '''
Available commands for Flutter projects:
init                  - Initialize verman in the current project (optional).
current               - Displays the current version from pubspec.yaml.
increment [part]      - Increments the version by major, minor, or patch.
                        Example: increment patch
build                 - Simulates running 'flutter pub run build_runner build' and increments the build number.
sync                  - Syncs the pubspec.yaml version to platform-specific files.
check-platforms       - Verifies that platform-specific files reference the correct version.
  ''';