Skip to content

fix(cmd): report CLI errors without panics - #10

Open
taigrr wants to merge 1 commit into
masterfrom
cd/round8-cli-errors
Open

fix(cmd): report CLI errors without panics#10
taigrr wants to merge 1 commit into
masterfrom
cd/round8-cli-errors

Conversation

@taigrr

@taigrr taigrr commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a shared CLI fatal helper that writes failures to stderr
  • replace command panics with contextual error messages and stable nonzero exits
  • update the Go directive to 1.27.1 so CI govulncheck uses a fixed standard library

Tests

  • go generate ./...
  • go test -race ./...
  • staticcheck ./...
  • govulncheck ./...

@taigrr
taigrr force-pushed the cd/round8-cli-errors branch from d6294c1 to 6706f03 Compare September 9, 2026 09:37
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