gitFromOption method

void gitFromOption()

Implementation

void gitFromOption() {
  argParser.addOption(
    'from',
    abbr: 'f',
    help: 'Set the commitId to start collecting commits from',
  );
}