- Added 'Hooks' section to diagnostics command output.
This commit is contained in:
Paul Beckingham 2014-05-17 14:20:08 -04:00
parent 2897005e25
commit e660f61cd2
6 changed files with 11 additions and 0 deletions

View file

@ -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";