mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
49ece586d5
Added some pretty progress reporting to that script Added some comments to deroff.py
3 lines
166 B
Fish
3 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
|