diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-10 11:50:34 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-10 11:50:34 +0100 |
| commit | 1372848511cb896b80b51ed1a3e9606bd9816631 (patch) | |
| tree | 674792b9385bdef935988894b45f06b2af39f88c /docs/api/html/nmcli.html | |
| parent | 40ec077ea305994c1fc2130add6787ca0c73e2c6 (diff) | |
New upstream version 1.42.0 upstream/1.42.0
Diffstat (limited to 'docs/api/html/nmcli.html')
| -rw-r--r-- | docs/api/html/nmcli.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/api/html/nmcli.html b/docs/api/html/nmcli.html index 526f1ee6..8443d500 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -1595,6 +1595,39 @@ <td><p>Provides a default value for the internationalization variables that are unset or null.</p></td> </tr> +<tr> +<td><p><span class="term"><code class="envar">NO_COLOR</code></span></p></td> +<td><p>Default to not producing colored and paged output. The + <code class="option">--colors</code> option, if used, takes precedence.</p></td> +</tr> +<tr> +<td><p><span class="term"><code class="envar">PAGER</code></span></p></td> +<td> +<p>Filter to pipe the output through if it doesn't fit on a screen. + Can be a file name of an executable or a shell command. Empty string to + disable the functionality.</p> +<p>Note that the pager command is expected to handle wide characters + and ANSI escape sequences for changing colors (unless they're disabled). + <span class="command"><strong>nmcli</strong></span> sets up the environment variables + <code class="envar">LESS</code> and <code class="envar">LESSCHARSET</code> appropriately for the + <span class="citerefentry"><span class="refentrytitle">less</span>(1)</span> + pager, other pagers may or may not need extra configuration.</p> +<p>If unspecified, + <span class="citerefentry"><span class="refentrytitle">pager</span>(1)</span>, + <span class="citerefentry"><span class="refentrytitle">less</span>(1)</span> + and <span class="citerefentry"><span class="refentrytitle">more</span>(1)</span> + will be tried (in that order).</p> +</td> +</tr> +<tr> +<td><p><span class="term"><code class="envar">TERM</code></span></p></td> +<td> +<p>Terminal type. If <code class="literal">dumb</code>, <span class="command"><strong>nmcli</strong></span> + will not use a pager or produce ANSI escape sequences for coloring.</p> +<p>Terminal types other than <code class="literal">dumb</code> are assumed to + support ASCII escape sequences for setting the output color.</p> +</td> +</tr> </tbody> </table></div> </div> |