clearRepo property

bool get clearRepo

Implementation

bool get clearRepo {
  return argResults?['clear-repo'] as bool? ?? false;
}