mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
UDA
- Implemented UDAs in the 'edit' command for all four UDA data types.
This commit is contained in:
parent
1d593c39e0
commit
57aa2de98c
5 changed files with 109 additions and 5 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
|
||||
private:
|
||||
std::string findValue (const std::string&, const std::string&);
|
||||
std::vector <std::string> findValues (const std::string&, const std::string&);
|
||||
std::string formatDate (Task&, const std::string&, const std::string&);
|
||||
std::string formatDuration (Task&, const std::string&);
|
||||
std::string formatTask (Task, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue