validateArgs method
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
}
Validates command-specific arguments
@override
void validateArgs() {
_validateFeatureName(argResults.rest);
// Validate CMS
final _ = cms; // This will throw an exception if CMS is not supported
}