mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-04 07:21:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			472 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			472 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#compdef unace
 | 
						|
 | 
						|
_arguments -S \
 | 
						|
  '-c[show comments]' \
 | 
						|
  '-f[full path matching]' \
 | 
						|
  '-o[overwrite files]' \
 | 
						|
  '-p+[specify password]:password' \
 | 
						|
  '-y[assume yes on all queries]' \
 | 
						|
  '-x+[specify files to exclude]:files' \
 | 
						|
  '-h[print help information]' \
 | 
						|
  '1:unace command:((
 | 
						|
    e\:extract\ files
 | 
						|
    l\:list\ archive
 | 
						|
    t\:test\ archive\ integrity
 | 
						|
    v\:list\ archive\ \(verbose\)
 | 
						|
    x\:extract\ files\ with\ full\ path
 | 
						|
  ))' \
 | 
						|
  '*:files:_files -g "*.ace(-.)"'
 |