1
0
Fork 0

Improve global command to support short command resolution

pull/2209/head
Jordi Boggiano 2013-08-26 12:03:32 +02:00
parent 61c0127f05
commit c2dc433fa4
1 changed files with 1 additions and 1 deletions

View File

@ -74,6 +74,6 @@ EOT
// create new input without "global" command prefix
$input = new StringInput(preg_replace('{\bg(?:l(?:o(?:b(?:a(?:l)?)?)?)?)?\b}', '', $input->__toString(), 1));
return $this->getApplication()->get($args[1])->run($input, $output);
return $this->getApplication()->run($input, $output);
}
}