Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 11, 2022
1 parent ee1b982 commit 68a9da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CliCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ abstract class CliCommand extends Command
protected function configure(): void
{
$this
->addOption('no-progress', 'p', InputOption::VALUE_NONE, "Disable progress bar rendering")
->addOption('no-progress', 'P', InputOption::VALUE_NONE, "Disable progress bar rendering")
->addOption(
'mute-errors',
null,
Expand Down

0 comments on commit 68a9da2

Please sign in to comment.