Update assets/completions/_bat.ps1.in

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
deflektor
2025-08-03 21:13:15 +02:00
committed by Keith Hall
parent 7e436e307d
commit 43c5fef70a

View File

@@ -61,7 +61,7 @@ Register-ArgumentCompleter -Native -CommandName '{{PROJECT_EXECUTABLE}}' -Script
$ArrayBinary |
ForEach-Object {[System.Management.Automation.CompletionResult]::new($_, $_, [CompletionResultType]::ParameterValue, $_)}
break
}'*;--style' {
} '*;--style' {
$ArrayStyle |
ForEach-Object {[System.Management.Automation.CompletionResult]::new($_, $_, [CompletionResultType]::ParameterValue, $_)}
break