UpdateIssueLinksCommand constructor

UpdateIssueLinksCommand()

Implementation

UpdateIssueLinksCommand()
    : super(
        'update-issue-links',
        'Replace plain (#N) issue references in CHANGELOG.md '
            'with markdown links using issue_url from config.',
        const ['uil'],
      );