runFeature function
Runs the feature command, scaffolding a complete feature module
named feature inside lib/features/.
Implementation
void runFeature(String feature, {String? architectureType}) {
generateFeature(feature, architectureType: architectureType);
}