Skip to content

Commit 4795af1

Browse files
committed
highlight current log level
1 parent d31a359 commit 4795af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function run()
9494
);
9595
$this->options->registerOption(
9696
'loglevel',
97-
'Minimum level of messages to display. Default is ' . $this->logdefault . '. ' .
97+
'Minimum level of messages to display. Default is ' . $this->colors->wrap($this->logdefault, Colors::C_CYAN) . '. ' .
9898
'Valid levels are: debug, info, notice, success, warning, error, critical, alert, emergency.',
9999
null,
100100
'level'

0 commit comments

Comments
 (0)