- Fixed bug where bash autocompletion did not work for aliases.
- Added new '_aliases' helper command.
This commit is contained in:
Scott Kostyshak 2012-07-28 15:01:15 -04:00 committed by Paul Beckingham
parent 275132c1fa
commit 4f76e0ed7c
9 changed files with 130 additions and 2 deletions

View file

@ -467,6 +467,10 @@ Shows the taskwarrior version number.
.SH HELPER SUBCOMMANDS
.TP
.B task _aliases
Generates a list of all aliases, for autocompletion purposes.
.TP
.B task _columns
Displays only a list of supported columns.