Diagnostics
- Added configuration settings for 'regex' and 'locking', which might be useful.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user