Describe the bug
The PowerShell completion code has what should be a pipe | as its escaped characters | on the website https://cli.github.com/manual/gh_completion
Affected version
N/A
Steps to reproduce the behavior
- Go to https://cli.github.com/manual/gh_completion
- Scroll to PowerShell section
Expected vs actual behavior
Expected:
Invoke-Expression -Command $(gh completion -s powershell | Out-String)
Actual:
Invoke-Expression -Command $(gh completion -s powershell | Out-String)
Logs
N/A
Describe the bug
The PowerShell completion code has what should be a pipe
|as its escaped characters|on the website https://cli.github.com/manual/gh_completionAffected version
N/A
Steps to reproduce the behavior
Expected vs actual behavior
Expected:
Actual:
Logs
N/A