OILS / testdata / completion / zz_completion.bash View on Github | oilshell.org

7 lines, 4 significant
1# Testing out the "124 protocol" with a dummy 'zz' command.
2
3_zz() {
4 COMPREPLY=(z1 z2 z3)
5}
6
7complete -F _zz zz