preRelease property

bool get preRelease

Implementation

bool get preRelease {
  return argResults?['pre-release'] as bool;
}