8000 fix: very_verbose mode shows estimated time · symfony/symfony-docs@a0a68bc · GitHub
[go: up one dir, main page]

Skip to content

Commit a0a68bc

Browse files
crozet-magentaOskarStark
authored andcommitted
fix: very_verbose mode shows estimated time
1 parent 42fd9f7 commit a0a68bc

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