docs: fix flag punctuation and example formatting (quick wins)
Description
A consolidated "quick wins" MR for the small punctuation and formatting findings from the style guide audit in #8263 (closed).
cluster agent get-tokenandcluster agent update-kubeconfig: adds a trailing period to the--cache-modeflag description (fixed once in the sharedagentutilshelper).runner update: adds trailing periods to the--pauseand--unpauseflag descriptions.issue listandincident list: capitalizes the--inflag description (fixed once in the sharedissuable/listbuilder).stack infer: fixes the Examples section so it renders as a real code block. The per-example comments used##, which broke the generated Markdown; they now use single-#shell comments, and the command lines drop the$prompt prefix to match the rest of the docs.
No behavior changes — descriptions and example formatting only.
Pages updated:
cluster agent get-token,cluster agent update-kubeconfigrunner updateissue list,incident liststack infer
Content follows the documentation style guide and the GitLab CLI (glab) documentation style guide.
Related issues and merge requests
Documentation
If this MR adds or updates CLI command documentation, follow the conventions in the
GitLab CLI (glab) documentation style guide,
run make gen-docs, and commit the updated files in docs/source/.