mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Added new configuration settings to 'show' command and man page.
This commit is contained in:
parent
6e0603234e
commit
d6d6a098f3
2 changed files with 4 additions and 0 deletions
1
NEWS
1
NEWS
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue