setupArgParser method
Sets up the argument parser with command-specific options
Implementation
@override
void setupArgParser() {
super.setupArgParser();
// Add feature-specific arguments here if needed
}
Sets up the argument parser with command-specific options
@override
void setupArgParser() {
super.setupArgParser();
// Add feature-specific arguments here if needed
}