rougail-output-table
Find a file
2025-12-21 21:39:47 +01:00
locale feat: first version 2025-12-21 21:39:47 +01:00
src/rougail/output_table feat: first version 2025-12-21 21:39:47 +01:00
LICENSE feat: first version 2025-12-21 21:39:47 +01:00
README.fr.md feat: first version 2025-12-21 21:39:47 +01:00
README.md feat: first version 2025-12-21 21:39:47 +01:00

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

Displays the data in a table

Note

Path: table
disabled
Disabled: if table is not set in "Select for output"

Variable Description Default value Type Validator
table.first_column
Command line: --table.first_column
Environment variable: TABLE.FIRST_COLUMN
Content of the first column. First column is description if "Tag names" has only one value, otherwise it's namespace choice mandatory Tag name must not have the same name has first column.
Choices:
• description
• namespace
table.columns
Command line: --table.columns
Environment variable: TABLE.COLUMNS
Tag names.
Each tag creates a column. The content of the columns comes from the variables with the defined tags.
string multiple mandatory unique
table.output_format
Command line: --table.output_format
Environment variable: TABLE.OUTPUT_FORMAT
Tag names. console choice mandatory Choices:
• console
• github
• asciidoc
• html
• rst
table.header
Command line:
• --table.header
• --table.no-header
Environment variable: TABLE.HEADER
Add header in table. true boolean mandatory