mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 07:15:38 +08:00
Add lib skeleton command and sort config, spc_mode suuport, etc...
This commit is contained in:
@@ -52,6 +52,7 @@ class InteractiveTerm
|
||||
default => logger()->info(strip_ansi_colors($message)),
|
||||
};
|
||||
} else {
|
||||
$output = $level === 'error' && $output instanceof ConsoleOutput ? $output->getErrorOutput() : $output;
|
||||
$output->writeln(($no_ansi ? 'strip_ansi_colors' : 'strval')($message));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user