mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			486 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			486 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef fakeroot
 | |
| 
 | |
| _arguments \
 | |
|   '(-l --lib)'{-l,--lib}'[specify alternate wrapper library]:wrapper library:_files' \
 | |
|   '--faked[specify alternate faked binary]:fake binary:_command_names -e' \
 | |
|   '-s[save the fakeroot environment on exit]:save file:_files' \
 | |
|   '-i[load a previously saved environment]:file:_files' \
 | |
|   '(-u --unknown-is-real)'{-u,--unknown-is-real}'[use real ownership of previously unknown files]' \
 | |
|   '(-):command name:_command_names -e'  \
 | |
|   '*::arguments:_normal'
 |