mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01:00
6 lines
182 B
Text
6 lines
182 B
Text
#compdef pnmpaste
|
|
|
|
_arguments '-replace' '-or' '-and' '-xor' \
|
|
':"from" picture file:_pbm_file' \
|
|
':x position:' ':y position:' \
|
|
':"into" picture file:_pbm_file'
|