Enhancement - colors report

- Implemented colors report.
- Commented out all other commands and reports.
- Eliminated obsolete findT function.
This commit is contained in:
Paul Beckingham
2009-06-09 22:21:56 -04:00
parent 940f4a85a4
commit a694ac05b1
5 changed files with 82 additions and 76 deletions

View File

@@ -460,7 +460,6 @@ std::string runTaskCommand (
else if (command == "calendar") { out = handleReportCalendar (tdb, task); }
else if (command == "summary") { out = handleReportSummary (tdb, task); }
else if (command == "timesheet") { out = handleReportTimesheet (tdb, task); }
else if (command == "colors") { out = handleColor ( ); }
else if (command == "version") { out = handleVersion ( ); }
else if (command == "help") { out = longUsage ( ); }