--- gitea: none include_toc: true --- [🇬🇧 (EN)](README.md) - [🇫🇷 (FR)](README.fr.md) ## Configuration for rougail-console > **🛈 Informations** > > **Path**: console\ > *`disabled`*\ > **Disabled**: if console is not set in "[Select for output](#step.output)" | Variable | Description | Default value | Type | Validator | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|-------------------------------------------------------------------------------------------------|--------------------------| | **console.show_secrets**
**Command line**:
• --console.show_secrets
• --console.no-show_secrets
**Environment variable**: ROUGAILCLI_CONSOLE.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | | **console.mandatory**
**Command line**:
• --console.mandatory
• --console.no-mandatory
**Environment variable**: ROUGAILCLI_CONSOLE.MANDATORY | Test mandatories variables before display in console. | do not test if "cli.read_write" is true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | | **console.key_is_description**
**Command line**:
• --console.key_is_description
• --console.no-key_is_description
**Environment variable**: ROUGAILCLI_CONSOLE.KEY_IS_DESCRIPTION | In tree the key is the family or variable description inside of it's name
#
# undocumented_modes:
# description: Variables with those modes are not documented
# multi: true
# mandatory: false
# disabled:
# jinja: |
# {% if not modes_level %}
# there is no mode
# {% endif %}
# description: disabled when there is no mode available
# validators:
# - jinja: |
# {% if _.undocumented_modes not in modes_level %}
# this mode is not available
# {% endif %}
# description: verify if disable modes already exists. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | | **console.max_width**
**Command line**: --console.max_width
**Environment variable**: ROUGAILCLI_CONSOLE.MAX_WIDTH | Maximum number of characters per line.
Null means unlimited. | | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. |