diff options
Diffstat (limited to 'Completion/Pbmplus/_pnmcomp')
-rw-r--r-- | Completion/Pbmplus/_pnmcomp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Pbmplus/_pnmcomp b/Completion/Pbmplus/_pnmcomp new file mode 100644 index 000000000..01f8bb33e --- /dev/null +++ b/Completion/Pbmplus/_pnmcomp @@ -0,0 +1,5 @@ +#compdef pnmcomp + +_arguments '-invert' '-xoff:x offset:' '-yoff:y offset:' \ + '-alpha:alpha mask file:_files -g *.(#i)pgm' \ + ':overlay file:_pbm_file' '*:file: _pbm_file' |