Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Mar 28, 2024
1 parent b6d5b7f commit e1156a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Output/ProgressBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ class ProgressBar
'color' => 'white',
'labelColor' => 'white',
'labelPosition' => 'bottom',
'showPercentage' => true, // in spinner mode, you may not want to display the percentage of the progress because you don't know in advance how long the processing will take (during an asynchronous call for example)
// in spinner/async mode, you may hide the progress percentage as you won't know in advance how long it will take
'showPercentage' => true,
];

/**
Expand Down

0 comments on commit e1156a3

Please sign in to comment.