Commands - calendar

- Migrated handleReportCalendar to CmdCalendar.
This commit is contained in:
Paul Beckingham
2011-05-30 13:30:18 -04:00
parent a7d5641d00
commit 4c47748dd7
9 changed files with 656 additions and 561 deletions

View File

@@ -119,10 +119,6 @@ int CmdHelp::execute (const std::string&, std::string& output)
view.set (row, 1, "task timesheet [weeks]");
view.set (row, 2, "Shows a weekly report of tasks completed and started.");
row = view.addRow ();
view.set (row, 1, "task calendar [due|month year|year]");
view.set (row, 2, "Shows a calendar, with due tasks marked.");
row = view.addRow ();
view.set (row, 1, "task merge URL");
view.set (row, 2, "Merges the specified undo.data file with the local data files.");