PublishCommand constructor
PublishCommand()
Implementation
PublishCommand() {
argParser.addFlag(
'dry-run',
abbr: 'd',
negatable: false,
help: 'Run all checks, then prompt to publish if successful.',
);
}