-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Mark-up special phrases diffe 8000 rently on web and terminal #8481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@andyfeller can you triage this please, I have little context on the original PR and discussion. |
@williammartin : Apologies for the delay. @muzimuzhi is pointing out how the GitHub CLI using backticks is atypical in CLIs but is used by GitHub CLI website to format them as code. The suggestion is to enhance
@muzimuzhi : I don't recall this being brought up in the original issue or PR, apologies. 🙇
|
Closing as this has gone stale. Feel free to reopen if we care about it. |
Describe the feature or problem you’d like to solve
My merged PR #8342 formatted all special phrases like commands (
gh help issue
), flags (--json
), and special values (true
) with backticks (`
), which represented a web-first direction.But as #8348 briefly mentioned, users might be more used to double-quotes instead of back-quotes when reading on terminal, for instance in manpages,
gh help <subcommand>
output, and perhaps also shell completions.Proposed solution
Stick to backquote on web, but use double-quotes for terminal material.
Additional context
<empty>
The text was updated successfully, but these errors were encountered: