git_nomad::verbosity

Function output_stdout

source
pub fn output_stdout(output: Output) -> Result<String>
Expand description

Extract the printed stdout from the Output of a Command.

Best used in an and_then chain.