diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-13 09:15:55 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-13 09:15:55 +0000 |
commit | 73af1e03100d32ef10bfd303a9b156d3c8e789aa (patch) | |
tree | 1a2a8df8ea6dcb299ae3d653656c3de5f4fff7e2 /Completion | |
parent | 68cc8e37e3400872ff348a4dcbddda5176fe26de (diff) | |
download | zsh-73af1e03100d32ef10bfd303a9b156d3c8e789aa.tar.gz zsh-73af1e03100d32ef10bfd303a9b156d3c8e789aa.tar.xz zsh-73af1e03100d32ef10bfd303a9b156d3c8e789aa.zip |
zsh-workers/7429
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_pbm | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/Completion/User/_pbm b/Completion/User/_pbm index 9bcbef933..931170e80 100644 --- a/Completion/User/_pbm +++ b/Completion/User/_pbm @@ -1,4 +1,4 @@ -#compdef -p p[bgpn]m* +#compdef -p (p[bgpn]m*|*top[bgpn]m) local pat opts ret=1 @@ -51,6 +51,15 @@ if (( ! $+_pbm_options )); then pnmtosgi 'imagename' pnmtotiff 'predictor rowsperstrip' pnmtoxwd 'pseudodepth' + asciitopgm 'd' + fitstopgm 'image' + fitstopnm 'image min max' + giftopnm 'image' + macptopbm 'extraskip' + pstopnm 'llx lly urx ury xborder xmax xsize yborder ymax ysize' + rawtopgm 'headerskip rowskip' + rawtoppm 'headerskip rowskip' + sldtoppm 'height ysize lib Lib scale width xsize' ) # Options without arguments. @@ -99,6 +108,17 @@ if (( ! $+_pbm_options )); then pnmtosgi 'verbatim rle' pnmtotiff 'none packbits lzw g3 g4 2d fill msb2lsb lsb2msb' pnmtoxwd 'directcolor' + fitstopnm 'noraw scanmax printmax' + g3topbm 'kludge reversebits stretch' + giftopnm 'verbose comments' + picttoppm 'verbose' + pstopnm 'forceplain help landscape portrait nocrop pbm pgm ppm verbose' + rawtoppm 'rgb rbg grb gbr brg bgr interpixel interrow' + sgitopnm 'verbose' + sldtoppm 'adjust dir info verbose' + tgatoppm 'debug' + tifftopnm 'headerdump' + zeisstopnm 'pgm ppm' ) fi |