mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
CLI
- Implemented A::dump.
This commit is contained in:
parent
b98da56a7c
commit
87ece489db
2 changed files with 43 additions and 5 deletions
|
@ -44,9 +44,9 @@ public:
|
|||
void attribute (const std::string&, const std::string&);
|
||||
void attribute (const std::string&, const int);
|
||||
void attribute (const std::string&, const double);
|
||||
std::string attribute (const std::string&);
|
||||
const std::string attribute (const std::string&);
|
||||
void removeAttribute (const std::string&);
|
||||
std::string dump ();
|
||||
const std::string dump ();
|
||||
|
||||
public:
|
||||
std::string _name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue