mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Enhancement - #320
- Added feature #320, so the command "task 123" is interpreted as an implicit "task info 123" command (thanks to John Florian). - Modified task man page. - Added unit tests. - Updated supported platform lists with F13 and Ubuntu 10.04.
This commit is contained in:
parent
b2ad305f23
commit
67ffd07312
5 changed files with 108 additions and 22 deletions
|
@ -41,6 +41,10 @@ Performs one substitution on task description and annotation for fixing mistakes
|
|||
.B ID /from/to/g
|
||||
Performs all substitutions on task description and annotation for fixing mistakes.
|
||||
|
||||
.TP
|
||||
.B ID
|
||||
With an ID but no specific command, task runs the "info" command.
|
||||
|
||||
.TP
|
||||
.B edit ID
|
||||
Launches an editor to let you modify all aspects of a task directly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue