1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-11 16:51:26 +02:00
zsh/Completion/Unix/Command/_pkgrm
2021-07-11 00:32:34 +02:00

16 lines
535 B
Text

#compdef pkgrm
_arguments -s \
'-Y[select packages by category]:category' \
- set1 \
'-n[non-interactive mode]' \
'-v[trace all scripts]' \
'-a[admin file]:admin file:_files' \
"-A[force removal of all files]" \
"-M[don't use vfstab file]" \
'-R[root path]:root path:_files -/' \
'-V[alternate vfstab file]:vfstab file:_files' \
'*:package instance:_pkg_instance --_opts installed:set1--R' \
- set2 \
'-s[spool package]:spool directory:_files -/' \
'*:package instance:_pkg_instance --_opts spooled:set2--s'