mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	In capistrano completion show also tasks without description
This commit is contained in:
		
							parent
							
								
									2cc4801bd2
								
							
						
					
					
						commit
						b456541cc3
					
				@ -4,7 +4,7 @@
 | 
			
		||||
if [[ -f config/deploy.rb || -f Capfile ]]; then
 | 
			
		||||
  if [[ ! -f .cap_tasks~ || config/deploy.rb -nt .cap_tasks~ ]]; then
 | 
			
		||||
    echo "\nGenerating .cap_tasks~..." > /dev/stderr
 | 
			
		||||
    cap --tasks | grep '#' | cut -d " " -f 2 > .cap_tasks~
 | 
			
		||||
    cap -v --tasks | grep '#' | cut -d " " -f 2 > .cap_tasks~
 | 
			
		||||
  fi
 | 
			
		||||
  compadd `cat .cap_tasks~`
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user