blob: 5a4bc22bf7e5eb4c626a6c671f4b372f27d6d6b3 [file] [log] [blame]
option(
'one',
type : 'string',
)
option(
'two',
type : 'combo',
choices : ['foo', 'bar'],
value : 'foo',
)