2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-30 05:43:33 +00:00
fish-shell/init/completions/function.fish
axel 7ddecde543 Add subdirectories
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz
2005-09-20 23:31:55 +10:00

4 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"