mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
add support for a configuration file
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
This commit is contained in:
parent
2795ef6c79
commit
2e5c1ff20c
6 changed files with 274 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
option('bashcompletiondir',
|
||||
type : 'string',
|
||||
description : 'Directory for bash completion scripts ["no" disables]')
|
||||
option('conffile',
|
||||
type: 'boolean', value: true,
|
||||
description: 'Enable configuration file support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue