From 7e436e307d6c9c11f3c04ac567cfbbf90e60e4da Mon Sep 17 00:00:00 2001 From: deflektor Date: Sun, 3 Aug 2025 21:11:32 +0200 Subject: [PATCH] Update assets/completions/_bat.ps1.in changed back to Template Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- assets/completions/_bat.ps1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/completions/_bat.ps1.in b/assets/completions/_bat.ps1.in index b1f4a87f..d6c27c3e 100644 --- a/assets/completions/_bat.ps1.in +++ b/assets/completions/_bat.ps1.in @@ -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')