mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Doucmentation
- Man page patch from Duane Waddle applied. This documents the reportable 'entry' field. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
f049ab3432
commit
a675c35876
2 changed files with 7 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -44,6 +44,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||
Dan White
|
||||
Alexei Romanoff
|
||||
Tomas Cech
|
||||
Duane Waddle
|
||||
|
||||
Thanks to the following, who submitted detailed bug reports and excellent
|
||||
suggestions:
|
||||
|
|
|
@ -435,6 +435,12 @@ Declares this task to be dependent on id1 and id2. This means that the tasks
|
|||
id1 and id2 should be completed before this task. Consequently, this task will
|
||||
then show up on the 'blocked' report.
|
||||
|
||||
.TP
|
||||
.B entry:<entry-date>
|
||||
For report purposes, specifies the date that a task was created. The entry
|
||||
attribute cannot be directly specified using task add, and should not be edited
|
||||
after creating the task.
|
||||
|
||||
.SH ATTRIBUTE MODIFIERS
|
||||
Attribute modifiers improve filters. Prefixing any modifier with '~' returns
|
||||
the complementary set of items. Supported modifiers are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue