1 option('default_socket', type: 'string',
2 value: '/var/run/mpd/socket',
3 description: 'The default MPD socket path')
5 option('default_host', type: 'string',
7 description: 'The default MPD host')
9 option('default_port', type: 'string',
11 description: 'The default MPD port')
13 option('tcp', type: 'boolean',
15 description: 'Enable TCP support')
17 option('documentation', type: 'boolean',
19 description: 'Build API documentation')
21 option('test', type: 'boolean',
23 description: 'Enable unit tests')