mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 11:27:19 +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
|
@ -80,6 +80,10 @@ int shortUsage (std::string &outs)
|
|||
table.addCell (row, 1, "task append [tags] [attrs] desc...");
|
||||
table.addCell (row, 2, "Appends more description to an existing task.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task prepend [tags] [attrs] desc...");
|
||||
table.addCell (row, 2, "Prepends more description to an existing task.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task annotate ID desc...");
|
||||
table.addCell (row, 2, "Adds an annotation to an existing task.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue