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:
deflektor
2025-08-03 21:11:32 +02:00
committed by Keith Hall
parent b4d529402a
commit 7e436e307d

View File

@@ -2,7 +2,7 @@
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
Register-ArgumentCompleter -Native -CommandName 'bat' -ScriptBlock {
Register-ArgumentCompleter -Native -CommandName '{{PROJECT_EXECUTABLE}}' -ScriptBlock {
param($wordToComplete, $commandAst, $cursorPosition)
$ArrayStyle = @('default', 'auto', 'full', 'plain', 'changes', 'header', 'header-filename', 'header-filesize', 'grid', 'rule', 'numbers', 'snip')