rougail-output-doc/tests/docs/no_namespace/16_5redefine_hidden.sh

17 lines
228 B
Bash

# dictionaries/rougail/00-base.yml
```yaml
---
version: '1.1'
variable: no # a variable
```
# dictionaries/rougail/01-redefine.yml
```yaml
---
version: '1.1'
variable:
redefine: true
hidden: true
mandatory: false
```