mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
_jfrog() {
 | 
						|
	local -a opts
 | 
						|
	opts=("${(@f)$(_CLI_ZSH_AUTOCOMPLETE_HACK=1 ${words[@]:0:#words[@]-1} --generate-bash-completion)}")
 | 
						|
	_describe 'values' opts
 | 
						|
	if [[ $compstate[nmatches] -eq 0 && $words[$CURRENT] != -* ]]; then
 | 
						|
		_files
 | 
						|
	fi
 | 
						|
}
 | 
						|
 | 
						|
compdef _jfrog jfrog |