40 lines
3.1 KiB
Bash
40 lines
3.1 KiB
Bash
|
# dictionaries/rougail/00-base.yml
|
|||
|
|
|||
|
```yaml
|
|||
|
---
|
|||
|
version: '1.1'
|
|||
|
variable:
|
|||
|
description: a variable
|
|||
|
choices:
|
|||
|
- a
|
|||
|
- b
|
|||
|
- c
|
|||
|
```
|
|||
|
# dictionaries/rougail/01-redefine.yml
|
|||
|
|
|||
|
```yaml
|
|||
|
---
|
|||
|
version: '1.0'
|
|||
|
variable:
|
|||
|
redefine: true
|
|||
|
choices:
|
|||
|
- a
|
|||
|
- b
|
|||
|
```
|
|||
|
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|||
|
┃ [1mVariables for "Rougail"[0m ┃
|
|||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
[1m [0m[1mVariable [0m[1m [0m [1m [0m[1mDescription [0m[1m [0m
|
|||
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|||
|
[1mrougail.variable[0m
|
|||
|
[1;36;40mchoice[0m [1;36;40mbasic[0m [1;36;40mmandatory[0m A variable.
|
|||
|
[1mChoices[0m:
|
|||
|
|
|||
|
|
|||
|
[1;33m • [0ma
|
|||
|
[1;33m • [0mb |
|