option(
  'profile',
  type: 'combo',
  choices: [
    'default',
    'development'
  ],
  value: 'default',
  description: 'The build profile for Trinket Demo. One of "default" or "development".'
)

option('bindings', type: 'boolean', value: true)
option('vapi', type: 'boolean', value: true)
option('examples', type: 'boolean', value: true)
