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: