No description
Find a file
2025-12-04 22:00:17 +01:00
locale feat: document output 2025-12-03 21:32:17 +01:00
src/rougail/output_display test 2025-12-04 22:00:17 +01:00
tests test 2025-12-04 22:00:17 +01:00
CHANGELOG.md bump: version 0.2.0a18 → 0.2.0a19 2025-11-21 08:08:31 +01:00
LICENSE fix: license, pyproject and so on 2024-10-31 19:34:04 +01:00
pyproject.toml bump: version 0.2.0a18 → 0.2.0a19 2025-11-21 08:08:31 +01:00
README.fr.md feat: document output 2025-12-03 21:32:17 +01:00
README.md feat: document output 2025-12-03 21:32:17 +01:00
test.md test 2025-12-04 22:00:17 +01:00

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

Display variables and values

Note

Find all the variables and their values in your configuration (structural and user datas). Additional informations are available, such as the default value, the location where the value is loaded, etc.
Path: display
disabled
Disabled: if display is not set in "Select for output"

Variable Description Default value Type Validator
display.show_secrets
Command line:
• --display.show_secrets
• --display.no-show_secrets
Environment variable: ROUGAILCLI_DISPLAY.SHOW_SECRETS
Show secrets instead of obscuring them. false boolean mandatory
display.mandatory
Command line:
• --display.mandatory
• --display.no-mandatory
Environment variable: ROUGAILCLI_DISPLAY.MANDATORY
Test mandatories variables before display in display. do not test if "Configuration in output step is in read_write mode" is true boolean mandatory
display.max_width
Command line: --display.max_width
Environment variable: ROUGAILCLI_DISPLAY.MAX_WIDTH
Maximum number of characters per line.
Null means unlimited.
integer The minimum value is 50.