Skip to content

Commit c4052d3

Browse files
author
Ed Page
committed
docs: Highlight get_output
Fixes #75
1 parent b2d53dd commit c4052d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
//! - `code`, see [`Assert`]
3232
//! - `stdout`, see [`Assert`]
3333
//! - `stderr`, see [`Assert`]
34+
//! - `get_output` for everything else, see [`Assert`]
3435
//!
3536
//! Note: [`Command`] is provided as a convenience. Extension traits for [`std::process::Command`]
3637
//! and `Output` are provided for interoperability:

0 commit comments

Comments
 (0)