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.
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.
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:The four defects were distinct, not one repeated pattern:
InitCommand.cs's description ended in". "andDocServiceappended another separator; a trailing space in theinit.mdsnippet thatDocServicejoins with a newline; a literal double space in thefederation/local-settings/{get,set}format string; and mixed tab/space indentation intemp/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.
setcommand's description no longer says "Get the local settings", and neither interpolates the raw CLR nameBeamable.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.