This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-23 08:55:52 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ad38730792
fish-shell
/
share
/
completions
/
pkg_info.fish
2 lines
69 B
Fish
Raw
Normal View
History
Unescape
Escape
__fish_print_packages: Extract the rest Of note: The rpm/yum thing seems to be coupled, so I put it into one function that tries the yum helper and uses the rpm path otherwise. Zypper is already its own thing, so this should only be used for yum and probably dnf (does that still have the helper?) Zypper can be dropped, as that already used a separate function in the file. Apk can just be inlined - it's literally one line for installed and another for all packages.
2020-09-23 01:24:04 +08:00
complete
-c
pkg_info
-a
'(__fish_print_pkg_add_packages)'
-d
Package
Reference in New Issue
Copy Permalink