mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Diagnostics
- Added configuration settings for 'regex' and 'locking', which might be useful.
This commit is contained in:
parent
fe65d28f99
commit
7a95c38290
1 changed files with 8 additions and 0 deletions
|
@ -193,6 +193,14 @@ void handleDiagnostics (std::string& outs)
|
|||
<< ", mode "
|
||||
<< std::setbase (8)
|
||||
<< location.mode ()
|
||||
<< "\n";
|
||||
|
||||
std::cout << " Locking: "
|
||||
<< (context.config.getBoolean ("locking") ? "Enabled" : "Disabled")
|
||||
<< "\n";
|
||||
|
||||
std::cout << " Regex: "
|
||||
<< (context.config.getBoolean ("regex") ? "Enabled" : "Disabled")
|
||||
<< "\n\n";
|
||||
|
||||
// External commands.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue