mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Added ::getCommandRaw
- Used when the canonicalized form is not wanted - just the raw.
This commit is contained in:
parent
e36d358115
commit
ba63472068
2 changed files with 11 additions and 0 deletions
|
@ -98,6 +98,7 @@ public:
|
|||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
std::string getBinary () const;
|
||||
std::string getCommand () const;
|
||||
std::string getCommandRaw () const;
|
||||
/*
|
||||
std::string getLimit () const;
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue