13 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #compdef open
 | |
| 
 | |
| # ========== Completions ==========
 | |
| local arguments
 | |
| 
 | |
| arguments=(
 | |
|   {-d,--dir}'[select a directory to search in]'
 | |
|   {-h,--help}'[show this help page]'
 | |
|   '*:filename:_files'
 | |
| )
 | |
| 
 | |
| _arguments -s $arguments
 |