mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-12 15:45:24 +08: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"
|
|
|