BuildCommand constructor

BuildCommand()

Implementation

BuildCommand() {
  addSubcommand(AndroidApkBuildCommand());
  addSubcommand(AndroidAppbundleBuildCommand());
  addSubcommand(IosIpaBuildCommand());
  addSubcommand(IosAppBuildCommand());
  addSubcommand(WindowsBuildCommand());
  addSubcommand(LinuxBuildCommand());
  addSubcommand(DebianBuildCommand());
  addSubcommand(WebBuildCommand());
  addSubcommand(MacOsBuildCommand());
}