ChangelogCommand constructor

ChangelogCommand()

Creates the changelog command and its options.

Implementation

ChangelogCommand() {
  argParser.addFlag(
    'dry-run',
    negatable: false,
    help: 'Print the Unreleased section without writing to CHANGELOG.md',
  );
}