mirror of
https://github.com/docker/compose.git
synced 2026-07-03 14:53:58 +00:00
* Move global console_handler into function scope Signed-off-by: Mike Seplowitz <mseplowitz@bloomberg.net> * Improve control over ANSI output - Disabled parallel logger ANSI output if not attached to a tty. The console handler and progress stream already checked whether the output stream is a tty, but ParallelStreamWriter did not. - Added --ansi=(never|always|auto) option to allow clearer control over ANSI output. Since --no-ansi is the same as --ansi=never, --no-ansi is now deprecated. Signed-off-by: Mike Seplowitz <mseplowitz@bloomberg.net> |
||
|---|---|---|
| .. | ||
| cli | ||
| config | ||
| metrics | ||
| __init__.py | ||
| cli_test.py | ||
| container_test.py | ||
| network_test.py | ||
| parallel_test.py | ||
| progress_stream_test.py | ||
| project_test.py | ||
| service_test.py | ||
| split_buffer_test.py | ||
| timeparse_test.py | ||
| utils_test.py | ||
| volume_test.py | ||