- Added support for "task stop <id>" command, that removes the start time from a task.
- Updated documentation accordingly.
This commit is contained in:
@@ -157,6 +157,11 @@ ID Project Pri Due Active Age Description
|
||||
"task start ..." command was run, as shown above.
|
||||
</p>
|
||||
|
||||
<strong>% task stop <id></strong>
|
||||
<p>
|
||||
Marks a task as inactive, by removing the start time.
|
||||
</p>
|
||||
|
||||
<strong>% task overdue</strong>
|
||||
<p>
|
||||
Simply lists all the task that have a due date that is past, in
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
<li>Removed deprecated TUTORIAL file.
|
||||
<li>Removed "usage" command, and support for "command.logging" configuration
|
||||
variable.
|
||||
<li>"task stop" can remove the start time from a started task.
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
task undelete ID
|
||||
task info ID
|
||||
task start ID
|
||||
task stop ID
|
||||
task done ID
|
||||
task undo ID
|
||||
task projects
|
||||
|
||||
Reference in New Issue
Block a user