mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
6 lines
238 B
Meson
6 lines
238 B
Meson
option('bashcompletiondir',
|
|
type : 'string',
|
|
description : 'Directory for bash completion scripts ["no" disables]')
|
|
option('install_man_pages',
|
|
type : 'boolean', value: true,
|
|
description : 'Install man pages')
|