pub fn run_with<I, R, W1, W2>(
args: I,
stdin: R,
stdout: &mut W1,
stderr: &mut W2,
) -> ExitStatusExpand description
Runs the CLI with custom args and streams (for testing).
pub fn run_with<I, R, W1, W2>(
args: I,
stdin: R,
stdout: &mut W1,
stderr: &mut W2,
) -> ExitStatusRuns the CLI with custom args and streams (for testing).