rougail-output-doc/tests/results/test/24_7validators_variable_optional.sh

24 lines
1.8 KiB
Bash
Raw Normal View History

2024-12-02 20:21:31 +01:00
2025-10-14 12:58:39 +02:00
A family
2024-12-02 20:21:31 +01:00
2025-10-02 08:19:18 +02:00
general
2025-03-29 15:10:03 +01:00
 basic 
2024-12-02 20:21:31 +01:00
2025-03-29 15:10:03 +01:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
general.int │ A first integer. │
 integer   basic   mandatory  │ Validators: │
2025-10-29 10:46:57 +01:00
│ │ - int and int2 must be different │
│ │ - int and int3 must be different │
2025-03-29 15:10:03 +01:00
│ │ Example: 5
├───────────────────────────────────────┼──────────────────────────────────────┤
general.int2 │ A second integer. │
 integer   standard   mandatory  │ Default: 1
2025-03-29 15:10:03 +01:00
└───────────────────────────────────────┴──────────────────────────────────────┘
2025-10-02 08:19:18 +02:00