#!/usr/bin/env php add(new App\CommandBackup()); $application->add(new App\CommandShow()); $application->run();