]> git.hungrycats.org Git - bees/commit
bees: write --show-config ROOT_PATH diagnostics straight to stderr scratch
authorZygo Blaxell <bees@furryterror.org>
Fri, 11 Sep 2026 15:09:21 +0000 (11:09 -0400)
committerZygo Blaxell <bees@furryterror.org>
Fri, 11 Sep 2026 15:09:21 +0000 (11:09 -0400)
commitcc02c251404b9c153024c50fd171c93407c60dad
treeceeb67787cc782a42f023fe73b7bd609fda08f6f
parent759f131cfe7adae08ac4daab3f7d7e78deb611f1
bees: write --show-config ROOT_PATH diagnostics straight to stderr

The reason text is one string with embedded newlines, wrapped at 80
columns, written to cerr together with the specific failure in a single
insertion so the lines cannot interleave with other output.  Going to
stderr directly means the message is visible regardless of the log
configuration, which is the right behaviour for a command-line usage
error in bees_main.

Assisted-by: Claude-Code:claude-fable-5-1
src/bees.cc