1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
option('default_socket', type: 'string',
value: '/run/mpd/socket',
description: 'The default MPD socket path')
option('default_host', type: 'string',
value: 'localhost',
description: 'The default MPD host')
option('default_port', type: 'string',
value: '6600',
description: 'The default MPD port')
option('tcp', type: 'boolean',
value: true,
description: 'Enable TCP support')
option('documentation', type: 'boolean',
value: false,
description: 'Build API documentation')
option('test', type: 'boolean',
value: false,
description: 'Enable unit tests')
|