rougail-output-doc/tests/results/test_namespace_without_family/00_6choice.changelog.sh

47 lines
4.9 KiB
Bash
Raw Normal View History

2025-10-14 12:58:39 +02:00
New variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.var1 │ The first variable. │
 choice   basic   mandatory  │ Choices: │
│ │ - a │
│ │ - b │
│ │ - c │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var2 │ The second variable. │
 choice   basic   mandatory  │ Choices: │
│ │ - a │
│ │ - b │
│ │ - c │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable. │
 choice   standard  │ Choices: │
│ │ - a │
│ │ - b │
│ │ - c │
│ │ - null │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var4 │ The forth variable. │
 choice   standard  │ Choices: │
│ │ - null │
│ │ - b │
│ │ - c │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var5 │ The fifth variable. │
 choice   standard   mandatory  │ Choices: │
│ │ - a ← (default) │
│ │ - b │
│ │ - c │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var6 │ The sixth variable. │
 choice   standard   mandatory  │ Choices: │
│ │ - 1 ← (default) │
│ │ - 2
│ │ - 3
└───────────────────────────────────────┴──────────────────────────────────────┘
2025-10-27 21:59:39 +01:00