Skip to content

Commit

Permalink
silent
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Aug 31, 2021
1 parent 9678f1a commit d1b9c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Bridge/Symfony/Bundle/Command/RectorCommand.php
Expand Up @@ -165,7 +165,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
}

if ($input->getOption('silent')) {
exec($command);
exec($command . ' --no-progress-bar --no-diffs');
} else {
passthru($command);
}
Expand Down

0 comments on commit d1b9c59

Please sign in to comment.