#!/usr/bin/env php addCommand(new FindAnagramWordsCommand()); $application->setDefaultCommand('countdown:letters'); $application->run();