mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Merge pull request #71 from djmitche/issue7
Add start and stop commands
This commit is contained in:
commit
47cd051bd7
9 changed files with 360 additions and 9 deletions
|
@ -30,6 +30,7 @@ The following keys, and key formats, are defined:
|
|||
* `status` - one of `P` for a pending task (the default), `C` for completed or `D` for deleted
|
||||
* `description` - the one-line summary of the task
|
||||
* `modified` - the time of the last modification of this task
|
||||
* `start.<timestamp>` - either an empty string (representing work on the task to the task that has not been stopped) or a timestamp (representing the time that work stopped)
|
||||
|
||||
The following are not yet implemented:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue