FeatureCommand constructor

FeatureCommand()

Implementation

FeatureCommand() {
  argParser.addOption(
    'apps-name',
    abbr: 'a',
    help: 'Create a new feature module in apps.',
  );
}