IOSCommand constructor

IOSCommand()

Implementation

IOSCommand() {
  addSubcommand(IOSAppStoreCommand());
  addSubcommand(IOSFirebaseAppDistributionCommand());
}