mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
9228dffe5e
Fixes https://github.com/fish-shell/fish-shell/issues/148 Also fix some Python3 issues
3 lines
206 B
Fish
3 lines
206 B
Fish
function fish_update_completions --description "Update man-page based completions"
|
|
eval $__fish_datadir/tools/create_manpage_completions.py --manpath --progress --yield-to $__fish_datadir/completions/
|
|
end
|