UpdateCommand constructor
UpdateCommand()
Implementation
UpdateCommand() {
argParser.addOption(
'output-path',
abbr: 'o',
help: 'The output directory for generated files [Optional, defaults to input-path].',
);
}