mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Added ::getToken method for obtaining the canonical form, if possible
This commit is contained in:
parent
9db73962da
commit
7432c0aead
2 changed files with 11 additions and 0 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
void attribute (const std::string&, const std::string&);
|
||||
void attribute (const std::string&, const int);
|
||||
const std::string attribute (const std::string&) const;
|
||||
const std::string getToken () const;
|
||||
const std::string dump () const;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue