mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Hooks
- Added 'Hooks' section to diagnostics command output.
This commit is contained in:
parent
2897005e25
commit
e660f61cd2
6 changed files with 11 additions and 0 deletions
|
@ -267,6 +267,12 @@ int CmdDiagnostics::execute (std::string& output)
|
|||
<< credentials
|
||||
<< "\n\n";
|
||||
|
||||
// Disaply hook status.
|
||||
out << bold.colorize (STRING_CMD_DIAG_HOOKS)
|
||||
<< "\n";
|
||||
|
||||
out << "\n\n";
|
||||
|
||||
// Verify UUIDs are all unique.
|
||||
out << bold.colorize (STRING_CMD_DIAG_TESTS)
|
||||
<< "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue