diff options
author | Simon Sawicki <contact@grub4k.xyz> | 2024-07-16 21:51:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 21:51:56 +0200 |
commit | d9cbced493cae2008508d94a2db5dd98be7c01fc (patch) | |
tree | 8b946fa6787c38df2ce0da0faa08ffc809fc369e /yt_dlp/options.py | |
parent | 66ce3d76d87af3f81cc9dfec4be4704016cb1cdb (diff) |
[core] Support `auto-tty` and `no_color-tty` for `--color` (#10453)
Authored by: Grub4K
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 76db06c85..ffe2463fe 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -462,6 +462,7 @@ def create_parser(): 'the STREAM (stdout or stderr) to apply the setting to. ' 'Can be one of "always", "auto" (default), "never", or ' '"no_color" (use non color terminal sequences). ' + 'Use "auto-tty" or "no_color-tty" to decide based on terminal support only. ' 'Can be used multiple times')) general.add_option( '--compat-options', |