Skip to content

Verify the CLI reference double spaces clear after the next regeneration #124

Description

@allister-beamable

Four files per branch under docs/cli/commands/cli-command-reference/ contain double spaces in prose. These files are auto-generated, so the fix went into the generator rather than the Markdown.

Fixed upstream 2026-07-27 in beamable/BeamableProduct:

  • PR #4774 — the four source defects plus generator-side guards so each class stops recurring
  • PR #4775 — 160 load-bearing trailing spaces in C# string concatenations converted to leading whitespace

The four defects were distinct, not one repeated pattern: InitCommand.cs's description ended in ". " and DocService appended another separator; a trailing space in the init.md snippet that DocService joins with a newline; a literal double space in the federation/local-settings/{get,set} format string; and mixed tab/space indentation in temp/clear/logs.md.

Nothing to do in this repo. The double spaces clear on the next CLI release and doc regeneration. This issue exists so the verification is not forgotten.

  • After the next CLI release and regeneration, confirm zero double spaces in the command reference on each branch that carries one
  • Confirm the two adjacent fixes came through: the set command's description no longer says "Get the local settings", and neither interpolates the raw CLR name Beamable.Common.IFederatedGameServer`1[T]

Do not use a raw double-space grep to verify unreal/v2.2. Its ~7000 hits are pipe-aligned table padding from an older generator format, not this defect. The real count there is the same as elsewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bite-sizeClosable in a single ~30-minute docs sessiondocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions