Skip to content

Commit

Permalink
docs: Highlight get_output
Browse files Browse the repository at this point in the history
Fixes #75
  • Loading branch information
Ed Page committed Mar 26, 2020
1 parent b2d53dd commit c4052d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c4052d3

Please sign in to comment.