AddCommand constructor

AddCommand()

Implementation

AddCommand() {
  addSubcommand(AddModuleCommand());
  addSubcommand(AddFeatureCommand());
}