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

17 lines
181 B
YAML
Raw Normal View History

2025-04-27 09:27:04 +02:00
%YAML 1.2
2025-04-01 22:01:54 +02:00
---
version: 1.1
var1:
description: the first variable
choices:
- a
- b
- c
var2:
description: the second variable
default:
variable: _.var1
2025-04-27 09:27:04 +02:00
...