FeatureCommand constructor

FeatureCommand()

Implementation

FeatureCommand() {
  addSubcommand(FeatureAddCommand());
  addSubcommand(FeatureListCommand());
}