fix: correct doc comment — path goes to stdout not stderr

This commit is contained in:
damocles 2026-06-04 22:04:37 +02:00 committed by mara
commit 7f7ee7dbef

View file

@ -4,7 +4,8 @@
//! `/attachments/<uuid>` (as it appears in comment markdown).
//!
//! Default output path: `/tmp/forge-attachment-<uuid>`. Prints the
//! resolved path to stderr so callers can locate it easily.
//! resolved path to stdout so callers can capture it
//! (`path=$(hive-forge attachment-get <uuid>)`).
use std::io::Write as _;
use std::path::PathBuf;