From: WanBingjiang Date: Fri, 30 Jan 2026 13:32:06 +0000 (+0800) Subject: column doc: add missing attrubutes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a540dde0dd5e5ed24e22d2f65d8c4c2d964b61b4;p=thirdparty%2Futil-linux.git column doc: add missing attrubutes --- diff --git a/text-utils/column.1.adoc b/text-utils/column.1.adoc index 892bc1d17..ac5e3ef1c 100644 --- a/text-utils/column.1.adoc +++ b/text-utils/column.1.adoc @@ -124,6 +124,8 @@ Supported attributes are: Column name. *trunc*;; Truncate column text when necessary. The same as *--table-truncate*. +*tree*;; +Use this column for tree-like output. See *--tree* for more details. *right*;; Right align text. The same as *--table-right*. **width=**_number_;; @@ -131,14 +133,19 @@ Column width. It's used only as a hint. To enforce it, specify the *strictwidth* as well. *strictwidth*;; Strictly follow the *width=* setting. -*noextreme*;; +*noextremes*;; Ignore unusually long content width. See *--table-noextreme* for more details. -*wrap*;; -Allow using a multi-line cell for long text if necessary. See *--table-wrap* for more details. *hidden*;; Don't print the column. See *--table-hide* for more details. +*wrap*;; +Allow using a multi-line cell for long text if necessary. See *--table-wrap* for more details. +*wrapnl*;; +Wrap at newline characters; newlines in cell data are treated as line breaks. +*wrapzero*;; +Wrap at zero (NUL) characters in cell data. **json=**_type_;; -Define the column type for JSON output. Supported types are *string*, *number* and *boolean*. +Define the column type for JSON output. Supported types are *string*, *number*, *float*, +*array-string*, *array-number* and *boolean*. **color=**_name_;; Define the column color for output on the terminal. The _name_ is a color name (black, blink, blue, bold, brown, cyan, darkgray, gray, green, halfbright,