Obfuscation: rc.obfuscate=1 hides private details

This commit is contained in:
Paul Beckingham 2015-04-26 10:31:32 -04:00
parent c34b2b8cfb
commit 5d60f426a8
5 changed files with 45 additions and 0 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"
"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"
"\n"