ChangelogCommand constructor

ChangelogCommand({
  1. required Project project,
  2. required GitExec git,
  3. required Printer printer,
  4. required DateTime now,
})

Implementation

ChangelogCommand({
  required this.project,
  required this.git,
  required this.printer,
  required this.now,
}) {
  gitFromOption();
}