setupArgParser method
Sets up the argument parser with command-specific options
Implementation
@override
void setupArgParser() {
super.setupArgParser();
argParser.addOption(
'cms',
help: 'The content management system for this new schema.',
defaultsTo: defaultCMS,
);
}