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                 - Verifies that platform-specific files reference the correct version.
version               - Checks the currently installed version of the verman tool.
generate [options]    - A general command that covers the generation of files.
                        Example: dart run verman generate log
help                  - Displays help information for a specific command.
  ''';