mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Task Server
- Added 'taskd.server' and 'taskd.credentials' as supported configuration variables. - Added the 'taskd.server' values to the 'diagnostics' command output. - Updated taskrc.5.in to mention the new variables.
This commit is contained in:
parent
eed3cf5d0f
commit
148eaa5e58
3 changed files with 16 additions and 0 deletions
|
@ -199,6 +199,10 @@ int CmdDiagnostics::execute (std::string& output)
|
|||
<< location.mode ()
|
||||
<< "\n";
|
||||
|
||||
out << " Server: "
|
||||
<< context.config.get ("taskd.server")
|
||||
<< "\n";
|
||||
|
||||
out << " Locking: "
|
||||
<< (context.config.getBoolean ("locking")
|
||||
? STRING_CMD_DIAG_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue