Fallout-build/Fallout

--no-logo help text still says "NUKE logo"

已關閉

#553 建立於 2026年7月26日

 (6 則留言) (0 個反應) (0 位負責人)C# (16 個分叉)github user discovery
buggood first issueneeds-triage

倉庫指標

星標
 (125 顆星)
PR 合併指標
 (平均合併 2天 15小時) (30 天內合併 63 個 PR)

描述

Problem

FalloutBuild.NoLogo carries a pre-rebrand description in both the XML doc comment and the [Parameter] attribute (src/Fallout.Build/FalloutBuild.cs:138-141), so --help prints:

  --no-logo                       Disables displaying the NUKE logo.

The same string is baked into the generated .fallout/build.schema.json, which drives IDE completion.

Outcome

User-facing parameter text names Fallout, not NUKE.

Acceptance criteria

  • --help shows "Disables displaying the Fallout logo."
  • .fallout/build.schema.json regenerated
  • A spec guards the built-in parameter descriptions against pre-rebrand product names

Notes

Scope is the user-facing parameter text only. Deliberate NUKE references (attribution, the ☢ survived the NUKE tagline, shim docs) stay.

貢獻者指南