Code Cleanup
- Eliminated several parse.cpp functions. - Implemented missing Cmd::allCustomReports.
This commit is contained in:
@@ -203,7 +203,7 @@ std::string shortUsage ()
|
||||
|
||||
// Add custom reports here...
|
||||
std::vector <std::string> all;
|
||||
allCustomReports (all);
|
||||
context.cmd.allCustomReports (all);
|
||||
foreach (report, all)
|
||||
{
|
||||
std::string command = std::string ("task ") + *report + std::string (" [tags] [attrs] desc...");
|
||||
|
||||
Reference in New Issue
Block a user