Closed ada482 closed 9 years ago
For zsh, these work by hitting tab after the program name, ie "asd
It works correctly on my end: typing "asd" and attempting to tab complete will print "clean parse" on a new line, and partial completions of clean or parse will fill out. Tab completing after clean/parse is completed prints a description.
Can you verify that the script managed to land in "/usr/share/bash-completion/completions/asd"? Also check to see if any other bash-completions work for other programs? If not, it's possible you don't have the bash-completion package installed or sourced correctly within bashrc, and instead you're using bash's base tab completion.
it's possible you don't have the bash-completion package installed
Bingo. That was it.
Added a bash completion script, and updated Makefile to appropriately reflect it.