commit property

bool get commit

Implementation

bool get commit {
  return argResults?['commit'] as bool;
}