ValidateModelsCommand constructor
ValidateModelsCommand()
Implementation
ValidateModelsCommand() : super() {
argParser.addMultiOption(
'folders',
abbr: 'f',
help: 'List of folders to scan. Defaults to "lib/models".',
defaultsTo: ['lib/models', 'lib/filters'],
);
}