| |
(autoremove)
|
| |
_arguments -s \
|
| |
'(-n)-y[Assume yes when asked for confirmation]' \
|
| - |
'(-y)-n[Assume no (dry run) for confirmations]' \
|
| + |
'(-y)-n[Assume no (dry run) when asked for confirmation]' \
|
| |
&& return 0
|
| |
;;
|
| |
(backup)
|
| |
_arguments -s \
|
| |
'(-r)-d[Dumps the local package database]:destination:_files' \
|
| - |
'(-d)-r[Restrore the local package database]:destination:_files' \
|
| + |
'(-d)-r[Restore the local package database]:destination:_files' \
|
| |
&& return 0
|
| |
;;
|
| |
(check)
|
| |
_arguments -s \
|
| - |
'-B[reanalyse SHLIBS of installed packages]' \
|
| + |
'-B[reanalyze the shared libraries]' \
|
| |
'-d[check for and install missing dependencies]' \
|
| |
'-r[recompute sizes and checksums of installed]' \
|
| |
'-s[find invalid checksums]' \
|
| |
'-v[Be verbose]' \
|
| |
'(-g -x -X)-a[Process all packages]' \
|
| - |
'(-x -X -a)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X -a)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x -a)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| + |
'(-x -X -a)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X -a)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x -a)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| |
&& return 0
|
| |
;;
|
| |
(clean)
|
| |
'-f[format]:format:((tar tgz tbz txz))' \
|
| |
'-o[Ouput directory]:outdir:_files -/' \
|
| |
'(-g -x -X)-a[Process all packages]' \
|
| - |
'(-x -X -a)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X -a)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x -a)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| + |
'(-x -X -a)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X -a)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x -a)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| |
'*:Package:_pkg_installed' \
|
| |
&& return 0
|
| |
;;
|
| |
(delete|remove)
|
| |
_arguments -s \
|
| |
'(-n)-y[Assume yes when asked for confirmation]' \
|
| - |
'(-y)-n[Assume no (dry run) for confirmations]' \
|
| - |
'-f[Forces packages to be removed]' \
|
| + |
'(-y)-n[Assume no (dry run) when asked for confirmation]' \
|
| + |
'-f[Force the package(s) to be removed]' \
|
| |
'(-g -x -X)-a[Process all packages]' \
|
| - |
'(-x -X -a)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X -a)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x -a)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| + |
'(-x -X -a)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X -a)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x -a)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| |
'*:Package:_pkg_installed' \
|
| |
&& return 0
|
| |
;;
|
| |
'-L[Do not try to update the repository metadata]' \
|
| |
'-q[Be quiet]' \
|
| |
'(-g -x -X)-a[Process all packages]' \
|
| - |
'(-x -X -a)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X -a)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x -a)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| + |
'(-x -X -a)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X -a)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x -a)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| |
'*:Available packages:_pkg_available' \
|
| |
&& return 0
|
| |
;;
|
| |
'(-e -d -r -l -o -p -f)-D[Displays message]' \
|
| |
'-q[Be quiet]' \
|
| |
'(-g -x -X -F)-a[Process all packages]' \
|
| - |
'(-x -X -a -F)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X -a -F)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x -a -F)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| + |
'(-x -X -a -F)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X -a -F)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x -a -F)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| |
'(-g -x -X -a)-F[Process the specified package]:package:_files -g "*.t?z"' \
|
| |
'*:Package:_pkg_installed' \
|
| |
&& return 0
|
| |
(install)
|
| |
_arguments -s \
|
| |
'(-n)-y[Assume yes when asked for confirmation]' \
|
| - |
'(-y)-n[Assume no (dry run) for confirmations]' \
|
| + |
'(-y)-n[Assume no (dry run) when asked for confirmation]' \
|
| |
'-f[Force reinstallation if needed]' \
|
| |
'-R[Reinstall every package depending on matching expressions]' \
|
| |
'-L[Do not try to update the repository metadata]' \
|
| - |
'(-x -X)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| + |
'(-x -X)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| |
'*:Available packages:_pkg_available' \
|
| |
&& return 0
|
| |
;;
|
| |
(query)
|
| |
_arguments -s \
|
| |
'(-g -x -X -F -e)-a[Process all packages]' \
|
| - |
'(-x -X -a -F -e)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X -a -F -e)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x -a -F -e)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| - |
'(-g -x -X -a -F)-e[Process packages that matches the evaluation]:evaluation:' \
|
| + |
'(-x -X -a -F -e)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X -a -F -e)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x -a -F -e)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| + |
'(-g -x -X -a -F)-e[Process packages that match the evaluation]:evaluation:' \
|
| |
'(-g -x -X -a -e)-F[Process the specified package]:package:_files -g "*.t?z"' \
|
| |
':Ouput format:' \
|
| |
&& return 0
|
| |
;;
|
| |
(register)
|
| |
_arguments -s \
|
| - |
'-l[registered as a legacy format]' \
|
| + |
'-l[register as a legacy format]' \
|
| |
'-d[mark the package as an automatic dependency]' \
|
| |
'-f[packing list file]:packing list file:_files' \
|
| |
'-m[metadata directory]:metadatadir:_files -/' \
|
| |
(rquery)
|
| |
_arguments -s \
|
| |
'(-g -x -X -e)-a[Process all packages]' \
|
| - |
'(-x -X -a -e)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X -a -e)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x -a -e)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| - |
'(-g -x -X -a)-e[Process packages that matches the evaluation]:evaluation:' \
|
| + |
'(-x -X -a -e)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X -a -e)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x -a -e)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| + |
'(-g -x -X -a)-e[Process packages that match the evaluation]:evaluation:' \
|
| |
':Ouput format:' \
|
| |
&& return 0
|
| |
;;
|
| |
(search)
|
| |
_arguments -s \
|
| - |
'(-x -X)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| + |
'(-x -X)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| |
'*:Available packages:_pkg_available_name' \
|
| |
&& return 0
|
| |
;;
|
| |
'(-A)-o[Change the origin]:oldorigin\:neworigin:' \
|
| |
'-y[Assume yes when asked for confirmation]' \
|
| |
'(-g -x -X)-a[Process all packages]' \
|
| - |
'(-x -X -a)-g[Process packages that matches glob]:glob pattern:' \
|
| - |
'(-g -X -a)-x[Process packages that matches regex]:regex pattern:' \
|
| - |
'(-g -x -a)-X[Process packages that matches extended regex]:extended regex pattern:' \
|
| + |
'(-x -X -a)-g[Process packages that match the glob pattern]:glob pattern:' \
|
| + |
'(-g -X -a)-x[Process packages that match the regex pattern]:regex pattern:' \
|
| + |
'(-g -x -a)-X[Process packages that match the extended regex pattern]:extended regex pattern:' \
|
| |
'*:Package:_pkg_installed'
|
| |
return 0
|
| |
;;
|