-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds-triageneeds to be reviewedneeds to be reviewed
Description
Describe the bug
It's just a very small bug, but still.
$ gh --version
gh version 2.14.2 (2022-07-14)
https://github.com/cli/cli/releases/tag/v2.14.2Callling gh api / results in displays URL patterns where & is displayed as \u0026. Yes, Unicode point 0x26 is & so it's not false, but this is ugly and hard to read.
Steps to reproduce the behavior
- Type this
gh api / - View the output
https://api.github.com/search/repositories?q={query}{\u0026page,per_page,sort,order} - Expected:
https://api.github.com/search/repositories?q={query}{&page,per_page,sort,order}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageneeds to be reviewedneeds to be reviewed