summaryrefslogtreecommitdiff
path: root/tests/format/option-enum/project.conf
blob: 0b8ea6d1e8b19e467e3d061bfd7562481a1d5542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: test

options:
  brother:
    type: enum
    description: The kind of animal of the brother
    values:
    - pony
    - horsy
    - zebry
    default: pony
  sister:
    type: enum
    description: The kind of animal of the sister
    values:
    - pony
    - horsy
    - zebry
    default: zebry