mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			452 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			452 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #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'
 |