validateArgs method
Validates command-specific arguments
Implementation
@override
void validateArgs() {
_validateItemName(argResults.rest);
// Add any additional validations here if needed in the future
}
Validates command-specific arguments
@override
void validateArgs() {
_validateItemName(argResults.rest);
// Add any additional validations here if needed in the future
}