mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Eliminated several parse.cpp functions. - Implemented missing Cmd::allCustomReports.
This commit is contained in:
parent
9a94ea963c
commit
6066fa51ba
5 changed files with 11 additions and 44 deletions
|
@ -38,9 +38,10 @@ public:
|
|||
Cmd (const std::string&); // Default constructor
|
||||
~Cmd (); // Destructor
|
||||
|
||||
bool valid (const std::string&);
|
||||
bool validCustom (const std::string&);
|
||||
void parse (const std::string&);
|
||||
bool valid (const std::string&);
|
||||
bool validCustom (const std::string&);
|
||||
void parse (const std::string&);
|
||||
void allCustomReports (std::vector <std::string>&) const;
|
||||
|
||||
public:
|
||||
std::string command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue