We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fe611 commit f12c75cCopy full SHA for f12c75c
powershell.ts
@@ -26,6 +26,7 @@ export function generate(
26
27
return `# powershell completion for ${name} -*- shell-script -*-
28
29
+ [Console]::OutputEncoding = [System.Text.Encoding]::UTF8
30
function __${name}_debug {
31
if ($env:BASH_COMP_DEBUG_FILE) {
32
"$args" | Out-File -Append -FilePath "$env:BASH_COMP_DEBUG_FILE"
0 commit comments