ChangelogCommand constructor

ChangelogCommand()

Implementation

ChangelogCommand()
    : super('changelog', 'Work with CHANGELOG.md', const ['cl']) {
  addSubcommand(UpdateIssueLinksCommand());
}