diff --git a/src/DumpCommand.php b/src/DumpCommand.php index 8dcdc5f..bc68295 100644 --- a/src/DumpCommand.php +++ b/src/DumpCommand.php @@ -73,7 +73,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $scriptOptions = $input->getOption('script-options'); // find all commands - $process = new Process($script . ' ' . $scriptOptions . ' list --format=xml'); + $process = new Process($script . ' ' . $scriptOptions . ' --format=xml'); $process->run(); if (!$process->isSuccessful()) { throw new \RuntimeException($process->getErrorOutput());