17 lines
228 B
Bash
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
|
|
```
|