mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
UDA Edit
- Added UDA and Orphan support to the 'edit' command. It will show the data, but not yet recognize changes to that data.
This commit is contained in:
parent
360ab3138a
commit
9028ca4945
5 changed files with 96 additions and 0 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
private:
|
||||
std::string findValue (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&);
|
||||
void parseTask (Task&, const std::string&, const std::string&);
|
||||
bool editFile (Task&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue