mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Implemented A2::attribute for reading arg atts
This commit is contained in:
parent
e159c838ad
commit
a433ca308a
2 changed files with 10 additions and 3 deletions
|
@ -59,7 +59,9 @@ public:
|
|||
/*
|
||||
void attribute (const std::string&, const int);
|
||||
void attribute (const std::string&, const double);
|
||||
*/
|
||||
const std::string attribute (const std::string&) const;
|
||||
/*
|
||||
void removeAttribute (const std::string&);
|
||||
*/
|
||||
const std::string dump () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue