mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			511 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			511 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef debchange dch=debchange
 | |
| 
 | |
| _arguments \
 | |
|   '(-h --help)'{-h,--help}'[display help information]' \
 | |
|   '--version' \
 | |
|   '(--append -a --newversion -v --increment -i)'{-i,--increment}'[increment release or version number]' \
 | |
|   '(--append -a --newversion -v --increment -i)'{-a,--append}'[add new changelog entry]' \
 | |
|   '(--append -a --newversion -v --increment -i)'{-v,--newversion}'[specify new version number]:version:' \
 | |
|   '(--preserve -p)'{-p,--preserve}'[preserve source tree directory name]' \
 | |
|   ':text:'
 |