We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e5a1a commit f361cdaCopy full SHA for f361cda
src/DumpCommand.php
@@ -73,7 +73,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
73
$scriptOptions = $input->getOption('script-options');
74
75
// find all commands
76
- $process = new Process($script . ' ' . $scriptOptions . ' list --format=xml');
+ $process = new Process($script . ' ' . $scriptOptions . ' --format=xml');
77
$process->run();
78
if (!$process->isSuccessful()) {
79
throw new \RuntimeException($process->getErrorOutput());
0 commit comments