ChangelogCommand constructor

ChangelogCommand()

Implementation

ChangelogCommand() {
  argParser.addOption(
    'path',
    help: 'Path changelog file',
  );
}