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