MCPcopy Create free account
hub / github.com/bytecodealliance/wstd / cmd_output

Function cmd_output

ci/publish.rs:446–452  ·  view source on GitHub ↗
(cmd: &mut Command)

Source from the content-addressed store, hash-verified

444}
445
446fn cmd_output(cmd: &mut Command) -> Output {
447 eprintln!("Running: `{:?}`", cmd);
448 match cmd.output() {
449 Ok(o) => o,
450 Err(e) => panic!("Failed to run `{:?}`: {}", cmd, e),
451 }
452}

Callers 1

curlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected