mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			656 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			656 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef sudo
 | |
| 
 | |
| _arguments \
 | |
|        '-V[show version]' \
 | |
|        '-l[list allowed commands]' \
 | |
|        '-L[list options from Default section]' \
 | |
|        '-h[show help]' \
 | |
|        '-v[validate user timestamp]' \
 | |
|        '-k[invalidate user timestamp]' \
 | |
|        '-K[remove user timestamp]' \
 | |
|        '-b[run command in background]' \
 | |
|        '-r[Kerberos realm]:Kerberos realm:' \
 | |
|        '-p[password prompt]:password prompt:' \
 | |
|        '-u[user name]:user name:_users' \
 | |
|        '-s[run SHELL]' \
 | |
|        '-H[set HOME environment variable]' \
 | |
|        '-S[read password from stdin]' \
 | |
|        ':complete command name: _command_names -e'  \
 | |
|        '*::arguments: _normal'
 |