Jawz84 / explainpowershell

PowerShell version of explainshell.com
https://www.explainpowershell.com/
MIT License
34 stars 1 forks source link

change separator and filter char to fix azure table bug #74

Closed Jawz84 closed 2 years ago

Jawz84 commented 2 years ago

Azure tables couldn't handle my previous separator char (char)16, so switched to (char)32, a space.