mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef fw_update
 | |
| 
 | |
| _arguments -s -S -A "-*" \
 | |
|   '(*)-a[install or update firmware for all drivers]' \
 | |
|   '-d[delete drivers instead of adding them]' \
 | |
|   '-i[display information]' \
 | |
|   '-n[dry run]' \
 | |
|   '-p[use the firmware at specified path]:path:' \
 | |
|   '*-v[verbose output]' \
 | |
|   '(-a)*:driver:'
 |