1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
zsh/Completion/Pbmplus/_pbmtopk
1999-08-19 11:18:10 +00:00

12 lines
452 B
Plaintext

#compdef pbmtopk
# This could be improved...
_arguments '-s:design size:' '-C:coding scheme:' '-F:font family:' \
'-f:option file:_files' '-c:character number:' \
'-W:width:' '-H:height:' '-D:depth:' '-I:italic correction:' \
'-h:horizontal escapement:' '-v:vertical escapement:' \
'-x:x offset:' '-y:y offset:' \
':pk file:_files -g *.(#i)pk' ':tfm file:_files -g *.(#i)tfm' \
'*:file: _pbm_file'