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