mirror of
https://github.com/sharkdp/bat
synced 2026-06-09 10:03:18 +00:00
af8f0626ac
Modified the PowerShell completion script to replace the null-coalescing operator (`??` - a v7 feature) with a conditional statement compatible with PowerShell v5.1. The script now uses an if-else check for null descriptions in the language completion section.