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

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