rougail-output-formatter/tests/results/00_9choice_variable_multi/rougail/00-base.yml

20 lines
233 B
YAML
Raw Normal View History

2025-04-27 09:27:04 +02:00
%YAML 1.2
2024-12-23 20:54:52 +01:00
---
version: 1.1
variable1:
description: a first variable
2026-06-11 07:53:47 +02:00
multi: true
2024-12-23 20:54:52 +01:00
choices:
- val1
- val2
variable2:
description: a second variable
2026-06-11 07:53:47 +02:00
multi: true
mandatory: false
2024-12-23 20:54:52 +01:00
choices:
- val1
- val2
2025-04-27 09:27:04 +02:00
...