mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Dependencies
- Supports new "depends" attribute. - Supports "task <id> depends:1,2". - Supports "task <id> depends:-1,-2". - Supports id <--> uuid mapping in TDB.
This commit is contained in:
parent
c6f6d405e3
commit
7e5c0eb9a5
6 changed files with 127 additions and 1 deletions
|
@ -73,6 +73,11 @@ public:
|
|||
void addAnnotation (const std::string&);
|
||||
void removeAnnotations ();
|
||||
|
||||
void addDependency (int);
|
||||
void removeDependency (int);
|
||||
void getDependencies (std::vector <int>&) const;
|
||||
void getDependencies (std::vector <std::string>&) const;
|
||||
|
||||
void validate () const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue