diff --git a/hive-forge/src/verbs/attachment_get.rs b/hive-forge/src/verbs/attachment_get.rs index 7ec7e5e7..bf7b59ad 100644 --- a/hive-forge/src/verbs/attachment_get.rs +++ b/hive-forge/src/verbs/attachment_get.rs @@ -4,7 +4,8 @@ //! `/attachments/` (as it appears in comment markdown). //! //! Default output path: `/tmp/forge-attachment-`. 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 )`). use std::io::Write as _; use std::path::PathBuf;