BuildCommand constructor

BuildCommand()

Implementation

BuildCommand() {
  addSubcommand(ApkCommand());
  addSubcommand(AppbundleCommand());
  addSubcommand(IpaCommand());
  addSubcommand(IosCommand());
}