mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
Parser
- Implemented ::getCommand.
This commit is contained in:
parent
f908e2ae02
commit
ce7506f4fc
2 changed files with 18 additions and 1 deletions
|
@ -59,9 +59,9 @@ public:
|
|||
|
||||
const std::string getFilterExpression ();
|
||||
const std::vector <std::string> getWords () const;
|
||||
// TODO Extract modifications
|
||||
|
||||
std::string getLimit () const;
|
||||
std::string getCommand () const;
|
||||
|
||||
private:
|
||||
void findTerminator ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue