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