mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Feature - #336 prepend command
- Added feature #336 which gives task a 'prepend' command for symmetry with the 'append' command.
This commit is contained in:
parent
5e905742ad
commit
5d0e6c3435
10 changed files with 157 additions and 4 deletions
|
@ -19,8 +19,11 @@ Adds a new task to the task list.
|
|||
|
||||
.TP
|
||||
.B append [tags] [attrs] description
|
||||
Appends more information to an existing
|
||||
task.
|
||||
Appends information to an existing task.
|
||||
|
||||
.TP
|
||||
.B prepend [tags] [attrs] description
|
||||
Prepends information to an existing task.
|
||||
|
||||
.TP
|
||||
.B annotate ID description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue