Fix command line flag formatting in documentation#3035
Merged
Conversation
Co-authored-by: turetske <498529+turetske@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix formatting of additional flags in documentation
Fix flag formatting in client docs to prevent emdash conversion
Jan 27, 2026
Co-authored-by: turetske <498529+turetske@users.noreply.github.com>
Co-authored-by: turetske <498529+turetske@users.noreply.github.com>
Copilot
AI
changed the title
Fix flag formatting in client docs to prevent emdash conversion
Fix command line flag formatting in documentation
Jan 27, 2026
turetske
approved these changes
Jan 27, 2026
turetske
left a comment
Collaborator
There was a problem hiding this comment.
Simple and correct. Caught a typo as well.
aowen-uwmad
approved these changes
Jan 27, 2026
aowen-uwmad
left a comment
Contributor
There was a problem hiding this comment.
Looked good to me in the local preview.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Double hyphens in command line flags were being rendered as emdashes in documentation (e.g.,
—helpinstead of--help).Changes
Wrapped all command line flag names in inline code blocks across documentation to prevent markdown auto-formatting from converting
--to—:client/page.mdx): 13 flags in "Additional Flags" sectionorigin/page.mdx): 8 flags in "Additional Command Line Arguments" sectioncache/page.mdx): 5 flags in "Additional arguments" sectionExample
This matches the existing pattern used in other documentation pages (e.g.,
generating-tokens/page.mdx).Also fixed typo in cache docs: "output the the console" → "output to the console"
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.