-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
bugSomething isn't workingSomething isn't workingdocsgh-completionrelating to the gh completion commandrelating to the gh completion commandp3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmetic
Description
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
iamazeem
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocsgh-completionrelating to the gh completion commandrelating to the gh completion commandp3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmetic