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:
Paul Beckingham 2010-05-30 13:20:39 -04:00
parent b2ad305f23
commit 67ffd07312
5 changed files with 108 additions and 22 deletions

View file

@ -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.