option('package_name',
type: 'string',
description: 'The gettext domain name',
)
option('profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default'