From c4052d3c9c3e0be06024f3830e5125b245a9019f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 26 Mar 2020 18:12:09 -0500 Subject: [PATCH] docs: Highlight get_output Fixes #75 --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 88cbc71..0b42b9d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -31,6 +31,7 @@ //! - `code`, see [`Assert`] //! - `stdout`, see [`Assert`] //! - `stderr`, see [`Assert`] +//! - `get_output` for everything else, see [`Assert`] //! //! Note: [`Command`] is provided as a convenience. Extension traits for [`std::process::Command`] //! and `Output` are provided for interoperability: