feat(autocomplete): add autocompletion for fish shell
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-15 22:24:34 +01:00
parent 14187449a5
commit 521d3d1259
3 changed files with 19 additions and 1 deletions

View File

@ -8,3 +8,5 @@ run_test '$ABRA autocomplete bash'
run_test '$ABRA autocomplete fizsh'
run_test '$ABRA autocomplete zsh'
run_test '$ABRA autocomplete fish'