Enhancement - #407 show command

- finalized the implementation
- a searchstring can now be supplied to limit the display
  of configuration settings
This commit is contained in:
Federico Hernandez 2010-06-08 22:38:35 +02:00
parent c93db168f3
commit d37c798dbc
5 changed files with 31 additions and 32 deletions

View file

@ -12,6 +12,9 @@
command.
+ Added feature #390, an extra dateformat for annotations (thanks to Cory
Donnelly).
+ Added feature #407, a new 'task show' command to display the current
configuration settings or just the ones matching a search string.
'task config' is now only used to set new configuration values.
+ Fixed bug #406 so that task now includes command aliases in the _commands
helper command used by shell completion scripts.
+ Fixed bug #211 - it was unclear which commands modify a task description.