mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Code Cleanup
- The "next" command had two control paths. One was via custom reports (correct) and the other was a residual handler (obsolete), which is now removed. This also simplifies a handleCustomReport/runCustomReport issue.
This commit is contained in:
parent
307027a1d9
commit
254b418708
3 changed files with 1 additions and 71 deletions
|
@ -99,7 +99,6 @@ int shortUsage (std::string &);
|
|||
int longUsage (std::string &);
|
||||
int handleInfo (std::string &);
|
||||
int handleReportSummary (std::string &);
|
||||
int handleReportNext (std::string &);
|
||||
int handleReportHistoryMonthly (std::string &);
|
||||
int handleReportHistoryAnnual (std::string &);
|
||||
int handleReportGHistoryMonthly (std::string &);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue