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

46 lines
4.2 KiB
Bash
Raw Normal View History

2024-12-02 20:21:31 +01:00
2025-03-29 15:10:03 +01:00
Variables for "Rougail"
2025-10-02 08:19:18 +02:00
rougail
2025-10-02 08:38:43 +02:00
 basic 
2025-03-29 15:10:03 +01:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.var1 │ The first variable. │
 string   basic   mandatory  │ Example: test
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var2 │ The second variable. │
 string   standard   mandatory  │ Default: value │
│ │ Example: test
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable. │
 string   basic   mandatory  │ Examples: │
│ │ - test1 │
│ │ - test2 │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var4 │ The forth variable. │
 string   standard  │ Examples: │
│ │ - null │
│ │ - test1 │
│ │ - test2 │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var5 │ The fifth variable. │
 boolean   standard   mandatory  │ Default: true
│ │ Example: false
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var6 │ The sixth variable. │
 string   basic   mandatory   unique  │ Examples: │
multiple  │ - test1 │
│ │ - test2 │
└───────────────────────────────────────┴──────────────────────────────────────┘
2025-10-02 08:19:18 +02:00