about summary refs log tree commit diff
path: root/Completion/Pbmplus/_pbmtopk
blob: b474ab622f2da9d4e1f7d24fd3beab42c21a5128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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'