pub fn run_verify_command_with_stdin<R: Read>(
args: &[OsString],
env: &BTreeMap<String, String>,
cwd: &Path,
stdin: R,
) -> Result<VerifyCliResult, VerifyCliError>pub fn run_verify_command_with_stdin<R: Read>(
args: &[OsString],
env: &BTreeMap<String, String>,
cwd: &Path,
stdin: R,
) -> Result<VerifyCliResult, VerifyCliError>