mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 12:32:59 +08:00
![Fabian Homborg](/assets/img/avatar_default.png)
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
|
|
|