AddCommand constructor

AddCommand()

Implementation

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