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

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