Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #85 from bad/fix-verbosity-levels
Browse files Browse the repository at this point in the history
fix -vv and higher verbosity level
  • Loading branch information
peterjaap authored Sep 22, 2021
2 parents 80ec152 + d7bf35c commit 756fe49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Elgentos/Masquerade/Console/SymfonyOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,9 @@ private function setupFormatBasedOnVerbosity(string $formatName, int $verbosityL
$formatName,
ProgressBar::getFormatDefinition($originalFormat) . " %message%"
);
ProgressBar::setFormatDefinition(
$formatName . "_nomax",
ProgressBar::getFormatDefinition($originalFormat . "_nomax") . " %message%"
);
}
}

0 comments on commit 756fe49

Please sign in to comment.