mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			177 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			177 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef tg
 | |
| local expl
 | |
| 
 | |
| if (( CURRENT == 2 )); then
 | |
|   _wanted subcmd expl 'topgit command' compadd create delete export import info patch remote summary update
 | |
| else
 | |
|   _files
 | |
| fi
 |