mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 02:58:39 +08:00

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
|
|
|