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
-
--helpshows "Disables displaying the Fallout logo." -
.fallout/build.schema.jsonregenerated - 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.