ShouldReleaseCommand constructor

ShouldReleaseCommand({
  1. required GitExec git,
  2. required Printer printer,
})

Implementation

ShouldReleaseCommand({
  required this.git,
  required this.printer,
}) {
  gitFromOption();
}