rougail-output-doc/tests/results/test_namespace/00_9choice_variables.sh

27 lines
2.6 KiB
Bash
Raw Normal View History

Rougail
2024-12-02 20:21:31 +01:00
▌ 🛈 Informations
▌ 
2026-03-14 20:51:52 +01:00
▌ This family is a namespace.
2025-11-29 22:21:06 +01:00
▌ Path: rougail
▌  standard 
2025-11-10 14:01:45 +01:00
2025-03-29 15:10:03 +01:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.source_variable_1 │ The first source variable. │
 string   standard   mandatory  │ Default: val1 │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.source_variable_2 │ The second source variable. │
 string   standard   mandatory  │ Default: val2 │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.my_variable │ A variable. │
 choice   standard   mandatory  │ Choices: │
2026-03-29 12:42:01 +02:00
│ │ • the value of the variable "the │
│ │ first source variable"
│ │ • the value of the variable "the │
│ │ second source variable"
2025-03-29 15:10:03 +01:00
│ │ Default: val1 │
└───────────────────────────────────────┴──────────────────────────────────────┘
2025-10-02 08:19:18 +02:00