rougail-output-doc/tests/changelog/20mod_examples/result.sh

22 lines
2.6 KiB
Bash
Raw Normal View History

2025-10-14 12:58:39 +02:00
Modified variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
variable_1 │ The first variable. │
 string   basic   mandatory  │ Examples: │
2025-11-29 22:21:06 +01:00
│ │ • val_1 │
│ │ • val_2 │
│ │ • val_3 │
2025-10-14 12:58:39 +02:00
├───────────────────────────────────────┼──────────────────────────────────────┤
variable_2 │ The second variable. │
 string   standard   mandatory  │ Default: val1 │
│ │ Example: val_3 │
├───────────────────────────────────────┼──────────────────────────────────────┤
variable_3 │ The third variable. │
 string   basic   mandatory  │ Examples: │
2025-11-29 22:21:06 +01:00
│ │ • val_1 │
│ │ • val_2 │
2025-10-14 12:58:39 +02:00
└───────────────────────────────────────┴──────────────────────────────────────┘
2025-10-27 21:59:39 +01:00