mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 11:43:37 +08:00
9367d4ff71
This does not include checks/function.fish because that currently includes a "; end" in a message that indent would remove, breaking the test.
6 lines
100 B
Fish
6 lines
100 B
Fish
#completion for pkg_info
|
|
|
|
|
|
complete -c pkg_info -a '(__fish_print_packages)' --description Package
|
|
|