[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

utf8 encoding

AmirSa12 (Oct 28, 2024, 1:30 PM +0330) f12c75c7 46fe611c

+1
+1
powershell.ts
··· 26 26 27 27 return `# powershell completion for ${name} -*- shell-script -*- 28 28 29 + [Console]::OutputEncoding = [System.Text.Encoding]::UTF8 29 30 function __${name}_debug { 30 31 if ($env:BASH_COMP_DEBUG_FILE) { 31 32 "$args" | Out-File -Append -FilePath "$env:BASH_COMP_DEBUG_FILE"