Skip to content

fix: repair a link and help text damaged by the brand sweep - #4

Merged
Vonng merged 1 commit into
mainfrom
fix/sweep-collateral
Aug 6, 2026
Merged

fix: repair a link and help text damaged by the brand sweep#4
Vonng merged 1 commit into
mainfrom
fix/sweep-collateral

Conversation

@Vonng

@Vonng Vonng commented Aug 6, 2026

Copy link
Copy Markdown
Member

Two minor defects found by an independent review of the 0804→HEAD range.

  • cmd/find.go:111 — the example-alias sweep replaced the bare word play, which also matched the Go playground link in the pathMatch comment, leaving a dead https://mysilo.golang.org/p/Ega9qgD4Qz. Restored. This was the only collateral hit; git grep 'mysilo\.' over cmd/*.go now returns nothing.
  • cmd/support-proxy-set.go — the DESCRIPTION pointed at the sibling command as '{{.HelpName}} ..' -> 'remove', which renders as noise. Now spells out mc support proxy remove ALIAS.

Verified: go build ./..., go test ./cmd/ -count=1, check-branding.sh pass; help output rendering checked on the built binary.

🤖 Generated with Claude Code

The example-alias sweep replaced the bare word 'play', which also hit
the Go playground link in a pathMatch comment, leaving a dead
mysilo.golang.org URL. The proxy-set description referred to the sibling
command with template placeholder syntax that reads as noise; it now
spells the command out.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Feng Ruohang <rh@vonng.com>
@Vonng
Vonng merged commit 0c6704d into main Aug 6, 2026
7 checks passed
@Vonng
Vonng deleted the fix/sweep-collateral branch August 6, 2026 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant