mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-30 06:03:49 +08:00
4 lines
166 B
Fish
4 lines
166 B
Fish
|
function fish_update_completions --description "Update man-page based completions"
|
||
|
eval $__fish_datadir/tools/create_manpage_completions.py --manpath --progress
|
||
|
end
|