15 lines
		
	
	
		
			341 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			341 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#compdef addpkg
 | 
						|
 | 
						|
# zsh completions for 'addpkg'
 | 
						|
# automatically generated with http://github.com/RobSis/zsh-completion-generator
 | 
						|
local arguments
 | 
						|
 | 
						|
arguments=(
 | 
						|
  {-h,--help}'[show this help message and exit]'
 | 
						|
  {-s,--sign}'[sign repository file]'
 | 
						|
  {-v,--verbose}'[increase script verbosity]'
 | 
						|
  '*:filename:_files'
 | 
						|
)
 | 
						|
 | 
						|
_arguments -s $arguments
 |