Documentation

- Added new configuration settings to 'show' command and man page.
This commit is contained in:
Paul Beckingham 2013-10-29 22:51:55 -04:00
parent 6e0603234e
commit d6d6a098f3
2 changed files with 4 additions and 0 deletions

1
NEWS
View file

@ -25,6 +25,7 @@ New configuration options in taskwarrior 2.3.0
- 'taskd.credentials' specifies user credentials for the task server.
- 'taskd.certificate' specifies the task server certificate for authentication.
- 'taskd.key' specifies the task server key for encryption.
- 'taskd.ca' specifies the task server CA.
- 'taskd.trust' overrides certificate checking.
- 'debug.tls' shows TLS log information, for debugging.
- The configuration file supports JSON encoding of unicode characters \uNNNN.

View file

@ -189,8 +189,11 @@ int CmdShow::execute (std::string& output)
" shell.prompt"
" tag.indicator"
" taskd.server"
" taskd.ca"
" taskd.certificate"
" taskd.credentials"
" taskd.key"
" taskd.trust"
" undo.style"
" urgency.active.coefficient"
" urgency.scheduled.coefficient"