@@ -181,6 +181,9 @@ |
||
181 | 181 | } |
182 | 182 | } |
183 | 183 | |
184 | + /** |
|
185 | + * @param string $commandline |
|
186 | + */ |
|
184 | 187 | public static function runProcess(Event $event, $commandline) { |
185 | 188 | if ($event->getIO()->isVerbose() === TRUE) |
186 | 189 | $event->getIO()->write(sprintf('Running <info>%s</info>', $commandline)); |