mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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
|
@ -63,6 +63,7 @@ static const char* modifiableNames[] =
|
|||
"recur",
|
||||
"until",
|
||||
"wait",
|
||||
"depends",
|
||||
};
|
||||
|
||||
// Synonyms on the same line.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue