diff --git a/Console/DefaultCommand.php b/Console/DefaultCommand.php index 64286cc3..ca34a381 100644 --- a/Console/DefaultCommand.php +++ b/Console/DefaultCommand.php @@ -37,7 +37,7 @@ class DefaultCommand extends Command $last = $split[0] ?? ''; list($method, $ts) = $val; - $lists[] = "\033[32;40;1;1m " . $key . " \033[0m\t\v" . $method."\v"; + $lists[] = "\033[32;40;1;1m " . $key . " \033[0m\t\t" . $method."\t"; } return implode(PHP_EOL, $lists); }