mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-02 16:18:44 +00:00
5 lines
184 B
Fish
5 lines
184 B
Fish
|
complete -c function -s d -l description -d "Set function description" -x
|
||
|
complete -c function -xa "(functions -n)" -d "Function"
|
||
|
complete -c function -xa "(builtin -n)" -d "Builtin"
|
||
|
|