RemoveFeatureCommand constructor

RemoveFeatureCommand()

Implementation

RemoveFeatureCommand() {
  argParser.addOption(
    'apps-name',
    abbr: 'a',
    help: 'Name of the apps to be remove feature',
  );
}