Closed williamfigtree closed 2 years ago
This change escapes double quotes in the GitHub issue title argument.
This is a workaround for a quirk in PowerShell where CLI arguments expecting quotes are mangled. See https://github.com/cli/cli/issues/3425 and https://stackoverflow.com/questions/6714165/powershell-stripping-double-quotes-from-command-line-arguments.
Fantastic, and interesting use case I had not thought of! 🎉
This change escapes double quotes in the GitHub issue title argument.
This is a workaround for a quirk in PowerShell where CLI arguments expecting quotes are mangled. See https://github.com/cli/cli/issues/3425 and https://stackoverflow.com/questions/6714165/powershell-stripping-double-quotes-from-command-line-arguments.