mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	Add missing comment about --theme arg escaping
This commit is contained in:
		
				
					committed by
					
						 David Peter
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							e05f5010da
						
					
				
				
					commit
					229fbc1a18
				
			
							
								
								
									
										2
									
								
								assets/completions/bat.bash.in
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								assets/completions/bat.bash.in
									
									
									
									
										vendored
									
									
								
							| @@ -59,7 +59,7 @@ _bat() { | ||||
| 	--theme) | ||||
| 		local IFS=$'\n' | ||||
| 		COMPREPLY=($(compgen -W "$("$1" --list-themes)" -- "$2")) | ||||
| 		compopt -o filenames | ||||
| 		compopt -o filenames  # for escaping | ||||
| 		return 0 | ||||
| 		;; | ||||
| 	esac | ||||
|   | ||||
		Reference in New Issue
	
	Block a user