From c48029664d5f58bf73faa2931f34b38b8b184d25 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 6 Nov 2022 22:53:29 +0000 Subject: [PATCH] docs(script): improve doc comment --- src/script.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/script.rs b/src/script.rs index 608140d..d4ca203 100644 --- a/src/script.rs +++ b/src/script.rs @@ -3,7 +3,8 @@ use color_eyre::{Help, Report, Result}; use std::process::Command; use tracing::instrument; -/// Attempts to execute a given command. +/// Attempts to execute a given command, +/// waiting for it to finish. /// If the command returns status 0, /// the `stdout` is returned. /// Otherwise, an `Err` variant