Debug: rc.sugar enables ID/UUID snytactic sugar

- This is not documented.  It is not for users.
This commit is contained in:
Paul Beckingham 2015-08-07 11:35:27 -04:00
parent 92d37e5124
commit 6f294e2968
4 changed files with 147 additions and 85 deletions

View file

@ -342,6 +342,7 @@ std::string Config::_defaults =
"list.all.tags=no # Include old tag names in 'tags' command\n"
"print.empty.columns=no # Print columns which have no data for any task\n"
"debug=no # Display diagnostics\n"
"sugar=yes # Syntactic sugar\n"
"obfuscate=no # Obfuscate data for error reporting\n"
"fontunderline=yes # Uses underlines rather than -------\n"
"shell.prompt=task> # Prompt used by the shell command\n"