Copy-editing: fix double spaces and Get/Set mislabel in CLI descriptions#4543
Draft
allister-beamable wants to merge 2 commits intomainfrom
Draft
Copy-editing: fix double spaces and Get/Set mislabel in CLI descriptions#4543allister-beamable wants to merge 2 commits intomainfrom
allister-beamable wants to merge 2 commits intomainfrom
Conversation
…ons. - Remove stray space after \n\n in ClearTempLogFilesCommand --older-than description - Remove double space before "local routing key" in IFederatedGameServer Get and Set commands - Fix Set command description that incorrectly said "Get the local settings" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Lightbeam link |
cdhanna
approved these changes
Mar 25, 2026
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.
Summary
\n\ninClearTempLogFilesCommand--older-thanoption descriptionIFederatedGameServerGet and Set command descriptionsSetLocalSettingsIFederatedGameServerCommanddescription that incorrectly said "Get the local settings…" instead of "Set the local settings…"cli/cli/Docs/Commands/init.mdthat caused a double space in the generatedbeam initdocsThese are minor copy-editing fixes to CLI help text that flows through to the generated MkDocs documentation at
docs/cli/commands/cli-command-reference/.Test plan
./scripts/generate-cli-commands.shin thebeamable-docsUnity v5.0 branch and verify the affected generated files no longer contain double spacesbeam temp clear logs --helpoutput reads correctlybeam federation local-settings get ifederatedgameserver --helpandsetvariant read correctly🤖 Generated with Claude Code