mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Config: 'debug.tls' was missing from 'show' command
This commit is contained in:
parent
a7465d58d7
commit
e2d3737590
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ std::string Config::_defaults =
|
|||
"list.all.tags=0 # Include old tag names in 'tags' command\n"
|
||||
"print.empty.columns=0 # Print columns which have no data for any task\n"
|
||||
"debug=0 # Display diagnostics\n"
|
||||
"debug.tls=0 # Sync diagnostics\n"
|
||||
"sugar=1 # Syntactic sugar\n"
|
||||
"obfuscate=0 # Obfuscate data for error reporting\n"
|
||||
"fontunderline=1 # Uses underlines rather than -------\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue