We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d53dd commit c4052d3Copy full SHA for c4052d3
src/lib.rs
@@ -31,6 +31,7 @@
31
//! - `code`, see [`Assert`]
32
//! - `stdout`, see [`Assert`]
33
//! - `stderr`, see [`Assert`]
34
+//! - `get_output` for everything else, see [`Assert`]
35
//!
36
//! Note: [`Command`] is provided as a convenience. Extension traits for [`std::process::Command`]
37
//! and `Output` are provided for interoperability:
0 commit comments