diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-04-19 17:20:31 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-04-19 17:20:31 +0000 |
| commit | 70103339b017a42ea71a56c27c221a79ccc3116f (patch) | |
| tree | a1797800fb7ebeb1bdd8833d3bcc2503438de4f4 /doc/apt.ent | |
| parent | 633f6d67a28b375cf1f225f14d3c926e618d46af (diff) | |
| parent | 28ec28746d8633b9c4b67cd6d1b603a1da57f436 (diff) | |
Merge branch 'color-framework' into 'main'
Introduce APT::Configuration::Color, --color option and documentation for color.
See merge request apt-team/apt!342
Diffstat (limited to 'doc/apt.ent')
| -rw-r--r-- | doc/apt.ent | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/apt.ent b/doc/apt.ent index a6abb0e0a..386abd493 100644 --- a/doc/apt.ent +++ b/doc/apt.ent @@ -70,6 +70,16 @@ </para> </listitem> </varlistentry> + + <varlistentry> + <term><option>--no-color</option></term> + <term><option>--color</option></term> +<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and +can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables, +or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that. + </para> + </listitem> + </varlistentry> "> <!-- Should be used within the option section of the text to |
