1option('tests', type: 'feature', description: 'Build tests') 2option('bic', type: 'feature', description: 'Enable bic handlers') 3option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1) 4option( 5 'host-instances', 6 type: 'string', 7 description: 'Host Instances') 8option( 9 'machine', 10 type: 'string', 11 description: 'Machine') 12