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:
@@ -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
|
||||
|
||||
@@ -180,6 +180,8 @@ int CmdShow::execute (std::string& output)
|
||||
" shadow.notify"
|
||||
" shell.prompt"
|
||||
" tag.indicator"
|
||||
" taskd.server"
|
||||
" taskd.credentials"
|
||||
" undo.style"
|
||||
" urgency.active.coefficient"
|
||||
" urgency.annotations.coefficient"
|
||||
|
||||
Reference in New Issue
Block a user