option (
    'profile',
    type: 'combo',
    choices: [
        'default',
        'development'
    ],
    value: 'default'
)

option (
    'exec_name_as_base_id',
    type: 'boolean',
    value: false,
    description: 'The resulting binary is named as base_id instead of refine'
)
