createFeature function

void createFeature(
  1. String featureName
)

create new feature

Implementation

void createFeature(String featureName) {
  create_feature_cli.createNewFeature(featureName);
}