mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 22:54:07 +00:00 
			
		
		
		
	use _describe instead of _values on subcommand
This commit is contained in:
		
							
								
								
									
										4
									
								
								assets/completions/bat.zsh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								assets/completions/bat.zsh
									
									
									
									
										vendored
									
									
								
							| @@ -76,7 +76,9 @@ _bat_main() { | ||||
|  | ||||
| # first positional argument | ||||
| if (( ${#words} == 2 )); then | ||||
|     _values subcommand cache | ||||
|     local -a subcommands | ||||
|     subcommands=('cache:Modify the syntax-definition and theme cache') | ||||
|     _describe subcommand subcommands | ||||
|     _bat_main | ||||
| else | ||||
|     case $words[2] in | ||||
|   | ||||
		Reference in New Issue
	
	Block a user