Update phar file with latest build

* Update `ouput` to be a folder instead of a filename
This commit is contained in:
Craig Davis
2014-01-12 13:42:25 -07:00
parent a5c13d0c43
commit d225525927
10 changed files with 725 additions and 31 deletions

View File

@@ -5,7 +5,6 @@ use Symfony\Component\Console\Application;
use Symfony\Component\Console\Formatter\OutputFormatterStyle;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Output\ConsoleOutput;
use Resume\Cli;