about summary refs log tree commit diff
path: root/docs/api/html/nmcli.html
diff options
context:
space:
mode:
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>