mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:57:17 +08:00
49ece586d5
Added some pretty progress reporting to that script Added some comments to deroff.py
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
|