12 lines
160 B
YAML
12 lines
160 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
var1:
|
|
description: the first variable
|
|
help: message with '
|
|
|
|
var2:
|
|
description: the second variable
|
|
help: message with "
|
|
...
|