Files
beads/cmd/bd
Steve Yegge 03b12e4b4b Standardize error handling: use FatalError in compact.go, sync.go, migrate.go
Replace direct fmt.Fprintf(os.Stderr, "Error:...") + os.Exit(1) patterns with
FatalError() and FatalErrorWithHint() helpers for consistent error handling.

Files updated:
- compact.go: All 48 os.Exit(1) calls converted
- sync.go: All error patterns converted (kept 1 valid summary exit)
- migrate.go: Partial conversion (4 patterns converted)

This is incremental progress on bd-qioh. Remaining work: ~326 error patterns
across other cmd/bd files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-23 13:46:43 -08:00
..
2025-12-16 17:26:06 -08:00
2025-12-22 03:18:55 -08:00
2025-12-23 04:58:19 -08:00
2025-12-19 17:58:24 -08:00
2025-12-23 05:10:38 -08:00
2025-12-23 13:39:51 -08:00
2025-12-23 04:58:19 -08:00