Bug #1043
- Fixed bug where bash autocompletion did not work for aliases. - Added new '_aliases' helper command.
This commit is contained in:
committed by
Paul Beckingham
parent
275132c1fa
commit
4f76e0ed7c
@@ -88,7 +88,8 @@ _task()
|
||||
# echo "prev='$prev'"
|
||||
# echo "prev2='$prev2'"
|
||||
|
||||
opts="$(task _commands) $(task _ids) $(task _columns)"
|
||||
commands_aliases=$(echo $(task _commands; task _aliases) | tr " " "\n"|sort|tr "\n" " ")
|
||||
opts="$commands_aliases $(task _ids) $(task _columns)"
|
||||
|
||||
case "${prev}" in
|
||||
:)
|
||||
|
||||
Reference in New Issue
Block a user