NewCommand constructor
NewCommand()
Implementation
NewCommand() {
argParser.addFlag(
'save-config',
help: 'Save the generated config to blueprint.yaml in the output directory.',
defaultsTo: true,
);
}