mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Documentation
- Updated more documentation regarding 'scheduled' dates. - Added color.scheduled to the rule.precedence.color setting. - Added 'ready' report to the main man page.
This commit is contained in:
parent
98f215b1b5
commit
52dfa8da1e
4 changed files with 13 additions and 5 deletions
|
@ -161,7 +161,7 @@ const std::string DOM::get (const std::string& name)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// DOM Supported References:
|
||||
//
|
||||
// TODO <id>.{entry,start,end,due,until,wait}
|
||||
// TODO <id>.{entry,start,end,scheduled,due,until,wait}
|
||||
// TODO <id>.description
|
||||
// TODO <id>.project
|
||||
// TODO <id>.priority
|
||||
|
@ -172,7 +172,7 @@ const std::string DOM::get (const std::string& name)
|
|||
// TODO <id>.recur
|
||||
// TODO <id>.depends
|
||||
//
|
||||
// TODO <uuid>.{entry,start,end,due,until,wait}
|
||||
// TODO <uuid>.{entry,start,end,scheduled,due,until,wait}
|
||||
// TODO <uuid>.description
|
||||
// TODO <uuid>.project
|
||||
// TODO <uuid>.priority
|
||||
|
@ -183,7 +183,7 @@ const std::string DOM::get (const std::string& name)
|
|||
// TODO <uuid>.recur
|
||||
// TODO <uuid>.depends
|
||||
//
|
||||
// {entry,start,end,due,until,wait}
|
||||
// {entry,start,end,scheduled,due,until,wait}
|
||||
// description
|
||||
// project
|
||||
// priority
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue