mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
completions/epkginfo: add completion
This commit is contained in:
parent
d0c3a4f33f
commit
1b3643270d
1 changed files with 12 additions and 0 deletions
12
share/completions/epkginfo.fish
Normal file
12
share/completions/epkginfo.fish
Normal file
|
@ -0,0 +1,12 @@
|
|||
complete -c epkginfo -xa "(__fish_portage_print_available_pkgs)"
|
||||
## Opts
|
||||
complete -c epkginfo -s h -l help -d "display help"
|
||||
complete -c epkginfo -s d -l description -d "extended pkg description"
|
||||
complete -c epkginfo -s H -l herd -d "herd(s) for the pkg"
|
||||
complete -c epkginfo -s k -l keywords -d "keywords for all matching pkg versions"
|
||||
complete -c epkginfo -s l -l license -d "licenses for the best maching version"
|
||||
complete -c epkginfo -s m -l maintainer -d "maintainer(s) for the pkg"
|
||||
complete -c epkginfo -s S -l stablreq -d "STABLEREQ arches (cc's) for all matching pkg versio"
|
||||
complete -c epkginfo -s u -l useflags -d "per-pkg USE flag descriptions"
|
||||
complete -c epkginfo -s U -l upstream -d "pkg's upstream information"
|
||||
complete -c epkginfo -s x -l xml -d "plain metadata.xml file"
|
Loading…
Reference in a new issue