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

options:
  # Include an enum option here so we can compare it
  animal:
    type: enum
    description: The kind of animal
    values:
    - pony
    - horsy
    - zebry
    default: horsy
  # A flags value to test
  farm:
    type: flags
    description: The kinds of animals on this farm
    values:
    - pony
    - horsy
    - zebry
    default:
    - pony