fix: correct doc comment — path goes to stdout not stderr
This commit is contained in:
parent
98f96e5435
commit
7f7ee7dbef
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue