Files
beads/cmd/bd
Steve Yegge 0599cb732f Fix bd doctor --json flag not working (bd-6049)
The --json flag was being ignored because doctor.go defined a local
flag that shadowed the persistent --json flag from main.go. The local
flag wasn't bound to the global jsonOutput variable, so it remained
false even when --json was passed.

Fixed by removing the duplicate local flag definition. The doctor
command now correctly uses the global persistent flag.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 17:14:22 -08:00
..
2025-10-31 22:39:53 -07:00
2025-10-31 22:39:53 -07:00
2025-11-02 17:09:39 -08:00
2025-11-02 17:09:39 -08:00
2025-11-01 23:49:55 -07:00