mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +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
|
@ -103,6 +103,9 @@ public:
|
|||
void getDependencies (std::vector <int>&) const;
|
||||
void getDependencies (std::vector <std::string>&) const;
|
||||
|
||||
void getUDAs (std::vector <std::string>&) const;
|
||||
void getUDAOrphans (std::vector <std::string>&) const;
|
||||
|
||||
void substitute (const std::string&, const std::string&, bool);
|
||||
|
||||
void validate (bool applyDefault = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue