Skip to content

PowerShell completion code has pipe | as &#124 on website #10678

@asasine

Description

@asasine

Describe the bug

The PowerShell completion code has what should be a pipe | as its escaped characters &#124 on the website https://cli.github.com/manual/gh_completion

Affected version

N/A

Steps to reproduce the behavior

  1. Go to https://cli.github.com/manual/gh_completion
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocsgh-completionrelating to the gh completion commandp3Affects a small number of users or is largely cosmetic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions