#!/usr/bin/env php addCommand(new FindNumbersCommand()); $application->setDefaultCommand('find-numbers'); $application->run();