Skip to content

Commit 4102c8e

Browse files
committed
chore: comment
1 parent e409eac commit 4102c8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Output/ProgressBar.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ class ProgressBar
7070
'color' => 'white',
7171
'labelColor' => 'white',
7272
'labelPosition' => 'bottom',
73-
'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)
73+
// in spinner/async mode, you may hide the progress percentage as you won't know in advance how long it will take
74+
'showPercentage' => true,
7475
];
7576

7677
/**

0 commit comments

Comments
 (0)