1
0
Fork 0

Added --working-dir to definition.

pull/1110/head
Alexander M. Turek 2012-09-15 11:36:57 +02:00
parent 3fa9f10184
commit 4ac678454d
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ class Application extends BaseApplication
{
$definition = parent::getDefaultInputDefinition();
$definition->addOption(new InputOption('--profile', null, InputOption::VALUE_NONE, 'Display timing and memory usage information'));
$definition->addOption(new InputOption('--working-dir', '-d', InputOption::VALUE_REQUIRED, 'If specified, use the given directory as working directory.'));
return $definition;
}