mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-29 16:51:15 -03:00
6 lines
102 B
Fish
6 lines
102 B
Fish
|
|
#completion for pkg_info
|
||
|
|
|
||
|
|
|
||
|
|
complete -c pkg_info -a '(__fish_print_packages)' --description 'Package'
|
||
|
|
|