mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Diagnostics
- Added GC setting to the diagnostics output.
This commit is contained in:
parent
ea6861e7f0
commit
a3f158d399
1 changed files with 6 additions and 0 deletions
|
@ -219,6 +219,12 @@ int CmdDiagnostics::execute (std::string& output)
|
||||||
: STRING_CMD_DIAG_DISABLED)
|
: STRING_CMD_DIAG_DISABLED)
|
||||||
<< "\n";
|
<< "\n";
|
||||||
|
|
||||||
|
out << " GC: "
|
||||||
|
<< (context.config.getBoolean ("gc")
|
||||||
|
? STRING_CMD_DIAG_ENABLED
|
||||||
|
: STRING_CMD_DIAG_DISABLED)
|
||||||
|
<< "\n";
|
||||||
|
|
||||||
// Determine rc.editor/$EDITOR/$VISUAL.
|
// Determine rc.editor/$EDITOR/$VISUAL.
|
||||||
char* peditor;
|
char* peditor;
|
||||||
if (context.config.get ("editor") != "")
|
if (context.config.get ("editor") != "")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue