BuildCommand constructor

BuildCommand()

Implementation

BuildCommand() {
  addSubcommand(IosCommand());
  addSubcommand(AndroidCommand());
}