incrementHelp constant
String
const incrementHelp
Implementation
static const String incrementHelp = '''
Increments the version by major, minor, or patch.
Usage: dart run verman increment [part]
major: Increments the major version.
minor: Increments the minor version.
patch: Increments the patch version.
Example: "dart run verman increment patch"
''';