We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858ddc0 commit a18ef8dCopy full SHA for a18ef8d
components/console/helpers/progressbar.rst
@@ -362,8 +362,8 @@ placeholder before displaying the progress bar::
362
$progressBar->start();
363
// 0/100 -- Start
364
365
- $progressBar->advance();
366
$progressBar->setMessage('Task is in progress...');
+ $progressBar->advance();
367
// 1/100 -- Task is in progress...
368
369
Messages can be combined with custom placeholders too. In this example, the
0 commit comments