mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Hooks
- Added a master control, rc.hooks, which defaults to 'on', but can be used to disable hook processing in general.
This commit is contained in:
parent
150f72eed4
commit
78650ac8c3
6 changed files with 21 additions and 7 deletions
|
@ -64,6 +64,7 @@ std::string Config::_defaults =
|
|||
"locking=on # Use file-level locking\n"
|
||||
"gc=on # Garbage-collect data files - DO NOT CHANGE unless you are sure\n"
|
||||
"exit.on.missing.db=no # Whether to exit if ~/.task is not found\n"
|
||||
"hooks=on # Master control switch for hooks\n"
|
||||
"\n"
|
||||
"# Terminal\n"
|
||||
"detection=on # Detects terminal width\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue