about summary refs log tree commit diff
path: root/docs/api/html/nmcli.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-03-09 20:01:53 +0100
committerMichael Biebl <biebl@debian.org>2023-03-09 20:01:53 +0100
commitcffb548b401e2cd3fad166aa92e0f634bbb1d4d6 (patch)
tree6d803d8f7d0d92a1c5e5705974fff8975472af95 /docs/api/html/nmcli.html
parent647d6b95d5475e0a1bf3d6f299d1cb8c9041a7a4 (diff)
parent12e1ee797bbf0b10d1fd5afd4b947484769f2b9f (diff)
Merge tag 'debian/1.42.4-1' into debian/bullseye-backports
network-manager Debian release 1.42.4-1
Diffstat (limited to 'docs/api/html/nmcli.html')
-rw-r--r--docs/api/html/nmcli.html33
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>