1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-03 20:02:28 +01:00

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:16:01 +02:00
committed by Keith Hall
parent 4363ddf0fb
commit 0238473868

View File

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