validateArgs method

  1. @override
void validateArgs()
override

Validates command-specific arguments

Implementation

@override
void validateArgs() {
  _validateFeatureName(argResults.rest);
  // Validate CMS
  final _ = cms; // This will throw an exception if CMS is not supported
}