option('developer_mode',
  type: 'boolean',
  value: false,
  description: 'Enable developer mode'
)

option('tech_preview',
  type: 'boolean',
  value: false,
  description: 'Enable Epiphany Tech Preview branding'
)

option('unit_tests',
  type: 'boolean',
  value: true,
  description: 'Enable unit tests'
)
