mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	Update assets/completions/_bat.ps1.in
changed back to Template Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								assets/completions/_bat.ps1.in
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								assets/completions/_bat.ps1.in
									
									
									
									
										vendored
									
									
								
							| @@ -2,7 +2,7 @@ | |||||||
| using namespace System.Management.Automation | using namespace System.Management.Automation | ||||||
| using namespace System.Management.Automation.Language | using namespace System.Management.Automation.Language | ||||||
|  |  | ||||||
| Register-ArgumentCompleter -Native -CommandName 'bat' -ScriptBlock { | Register-ArgumentCompleter -Native -CommandName '{{PROJECT_EXECUTABLE}}' -ScriptBlock { | ||||||
|     param($wordToComplete, $commandAst, $cursorPosition) |     param($wordToComplete, $commandAst, $cursorPosition) | ||||||
|  |  | ||||||
|     $ArrayStyle      = @('default', 'auto', 'full', 'plain', 'changes', 'header', 'header-filename', 'header-filesize', 'grid', 'rule', 'numbers', 'snip') |     $ArrayStyle      = @('default', 'auto', 'full', 'plain', 'changes', 'header', 'header-filename', 'header-filesize', 'grid', 'rule', 'numbers', 'snip') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user