Skip to content

Commit ed15462

Browse files
authored
Update the rustdoc for run_command (#16)
Ref #15.
1 parent 60be5bb commit ed15462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub(crate) enum DownloadUnpackArchiveError {
7171
}
7272

7373
/// A helper for running an external process using [`Command`], that checks the exit
74-
/// status of the process was non-zero.
74+
/// status of the process was non-zero. Stdout and stderr are streamed to the user.
7575
pub(crate) fn run_command(command: &mut Command) -> Result<(), CommandError> {
7676
command
7777
.status()

0 commit comments

Comments
 (0)