8000 minor #13032 fix: very_verbose mode shows estimated time (crozet-mage… · symfony/symfony-docs@a306de1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a306de1

Browse files
committed
minor #13032 fix: very_verbose mode shows estimated time (crozet-magenta)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #13032). Discussion ---------- fix: very_verbose mode shows estimated time Small typo in the doc, the format of the progressBar is missing the estimated time in the `very_verbose` mode the same typo is present in the other versions of the doc Commits ------- a0a68bc fix: very_verbose mode shows estimated time
2 parents 42fd9f7 + a0a68bc commit a306de1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/console/helpers/progressbar.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ level of verbosity of the ``OutputInterface`` instance:
109109
3/3 [============================] 100% 1 sec
110110
111111
# OutputInterface::VERBOSITY_VERY_VERBOSE (-vv)
112-
0/3 [>---------------------------] 0% 1 sec
113-
1/3 [=========>------------------] 33% 1 sec
114-
3/3 [============================] 100% 1 sec
112+
0/3 [>---------------------------] 0% 1 sec/1 sec
113+
1/3 [=========>------------------] 33% 1 sec/1 sec
114+
3/3 [============================] 100% 1 sec/1 sec
115115
116116
# OutputInterface::VERBOSITY_DEBUG (-vvv)
117117
0/3 [>---------------------------] 0% 1 sec/1 sec 1.0 MB

0 commit comments

Comments
 (0)
0