- Implemented "task ghistory" command to draw a bar chart.

This commit is contained in:
Paul Beckingham
2008-06-27 00:15:06 -04:00
parent 5c91a0d963
commit 6066cc3bab
6 changed files with 238 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ void handleCompleted (const TDB&, T&, Config&);
void handleReportSummary (const TDB&, T&, Config&);
void handleReportNext (const TDB&, T&, Config&);
void handleReportHistory (const TDB&, T&, Config&);
void handleReportGHistory (const TDB&, T&, Config&);
void handleReportUsage (const TDB&, T&, Config&);
void handleReportCalendar (const TDB&, T&, Config&);
void handleReportActive (const TDB&, T&, Config&);