rougail-output-doc/tests/results/test/00_6choice.sh

45 lines
4.3 KiB
Bash
Raw Normal View History

2024-12-02 20:21:31 +01:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
Variables ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 Variable                           Description                      
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
var1
choice basic mandatory The first variable.
Choices:
 • a
 • b
 • c
 | | var2 choice basic mandatory
 | The second variable. Choices:
 • a
 • b
 • c
 | | var3 choice standard
 | The third variable. Choices:
 • a
 • b
 • c
 • null
 | | var4 choice standard
 | The forth variable. Choices:
 • null
 • b
 • c
 | | var5 choice standard mandatory
 | The fifth variable. Choices:
 • a ← (default)
 • b
 • c
 | | var6 choice standard mandatory
 | The sixth variable. Choices:
 • 1 ← (default)
 • 2
 • 3
 |