Add alias completions

Fixes #7305
This commit is contained in:
Fabian Homborg 2020-09-04 16:58:41 +02:00
parent bfb5b28d0f
commit 0ae37ac83a

View file

@ -0,0 +1,2 @@
complete -c funced -s h -l help -d 'Show help and exit'
complete -c funced -s s -l save -d 'Automatically funcsave the alias'