PubVersion constructor

PubVersion()

Implementation

PubVersion() {
  argParser
    ..addOption(
      'version',
      help:
          'New version for updating. You can pass "major", "minor", "patch", "build" and specific version("2.7.10")',
    )
    ..addOption('file-path', help: 'Custom pubspec.yaml file path.');
}