8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
|
#compdef pkgrm
|
||
|
|
||
|
_arguments -s \
|
||
|
'-r[specify alternative installation root]:root:_directories' \
|
||
|
'-v[print version and exit]' \
|
||
|
'-h[print help and exit]' \
|
||
|
'*:package:_files'
|