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
choices:
- val1
- val2
multi: true
variable2:
description: a second variable
choices:
- val1
- val2
multi: true
mandatory: false
2025-04-27 09:27:04 +02:00
...