FeatureCommand constructor
FeatureCommand()
Implementation
FeatureCommand() {
argParser.addOption(
'project-dir',
abbr: 'p',
help: 'Path to the Flutter project',
defaultsTo: '.',
);
}
FeatureCommand() {
argParser.addOption(
'project-dir',
abbr: 'p',
help: 'Path to the Flutter project',
defaultsTo: '.',
);
}