mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:05:39 +08:00
9228dffe5e
Fixes https://github.com/fish-shell/fish-shell/issues/148 Also fix some Python3 issues
4 lines
206 B
Fish
4 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
|