#!/usr/bin/env php7.3 add(new CheckDomainsCommand()); $application->add(new CheckHttpsCertificatesCommand()); $application->run();