mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 05:01:17 +08:00 
			
		
		
		
	chore(bazel): update completion to f146202c
This commit is contained in:
		
							parent
							
								
									ce9104c4f3
								
							
						
					
					
						commit
						c155531402
					
				@ -164,7 +164,7 @@ _get_build_targets() {
 | 
			
		||||
      ;;
 | 
			
		||||
  esac
 | 
			
		||||
  completions=(${$(_bazel_b query "kind(\"${rule_re}\", ${pkg}:all)" 2>/dev/null)##*:})
 | 
			
		||||
  if ( (( ${#completions} > 0 )) && [[ $target_type != run ]] ); then
 | 
			
		||||
  if ( (( ${#completions} > 0 )) && [[ $target_type != bin ]] ); then
 | 
			
		||||
    completions+=(all)
 | 
			
		||||
  fi
 | 
			
		||||
  echo ${completions[*]}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user