parent
07b7d63ccb
commit
7d50378d25
3 changed files with 21 additions and 0 deletions
@ -1,2 +1,3 @@ |
||||
option('testoption', type : 'string', value : 'optval') |
||||
option('other_one', type : 'boolean', value : false) |
||||
option('combo_opt', type : 'combo', choices : ['one', 'two', 'combo'], value : 'combo') |
||||
|
Loading…
Reference in new issue