diff --git a/ChangeLog b/ChangeLog index 85049955f..aac88efe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -121,6 +121,8 @@ - Improved zsh support (thanks to Daniel Shahaf). - Dependencies are exported as a JSON array by default, overridable using '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 --------------------------- diff --git a/NEWS b/NEWS index 5d207f387..3b9941326 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ New commands in Taskwarrior 2.4.5 - The '_unique' command shows a set of unique values for the specified 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 diff --git a/doc/man/task.1.in b/doc/man/task.1.in index ea70fed3b..f9418db6e 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -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 shown. +.TP +.B task commands +Shows all the supported commands, with some details of each. + .TP .B task completed Shows all tasks matching the filter that are completed.