Documentation: Added the 'commands' command

This commit is contained in:
Paul Beckingham 2015-08-01 15:58:28 -04:00
parent bf80c7d514
commit a57f0bbbc3
3 changed files with 8 additions and 0 deletions

View file

@ -121,6 +121,8 @@
- Improved zsh support (thanks to Daniel Shahaf). - Improved zsh support (thanks to Daniel Shahaf).
- Dependencies are exported as a JSON array by default, overridable using - Dependencies are exported as a JSON array by default, overridable using
'rc.json.depends.array=off'. Both forms are imported. 'rc.json.depends.array=off'. Both forms are imported.
- The 'commands' command shows the supported commands, with additional details
that determine some of their behavior.
------ current release --------------------------- ------ current release ---------------------------

2
NEWS
View file

@ -9,6 +9,8 @@ New commands in Taskwarrior 2.4.5
- The '_unique' command shows a set of unique values for the specified - The '_unique' command shows a set of unique values for the specified
attribute attribute
- The 'commands' command shows the supported commands, with additional
details that determine some of their behavior.
New configuration options in Taskwarrior 2.4.5 New configuration options in Taskwarrior 2.4.5

View file

@ -161,6 +161,10 @@ Displays all supported columns and formatting styles. Useful when creating
custom reports. If a substring is provided, only matching column names are custom reports. If a substring is provided, only matching column names are
shown. shown.
.TP
.B task commands
Shows all the supported commands, with some details of each.
.TP .TP
.B task <filter> completed .B task <filter> completed
Shows all tasks matching the filter that are completed. Shows all tasks matching the filter that are completed.