mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Added ::canonicalize
This commit is contained in:
parent
addcbe15d5
commit
ad69f84794
2 changed files with 5 additions and 1 deletions
|
@ -97,7 +97,9 @@ public:
|
|||
void applyOverrides ();
|
||||
const std::string getFilter (bool applyContext = true);
|
||||
const std::vector <std::string> getWords ();
|
||||
*/
|
||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
/*
|
||||
std::string getBinary () const;
|
||||
std::string getCommand () const;
|
||||
std::string getLimit () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue