blob: ca2eb411581f81d37586d9d6cc1960f87058ceb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
option('package_name',
type: 'string',
description: 'The gettext domain name',
)
option('profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default'
)
|