about summary refs log tree commit diff
path: root/Completion/Pbmplus/_pbmtopk
blob: 913d111065d42e10d6ad4edd13747d0320163994 (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'