MCPcopy Create free account
hub / github.com/NLnetLabs/cascade / execute

Method execute

crates/cli/src/args.rs:56–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54
55impl Args {
56 pub async fn execute(self) -> Result<(), String> {
57 let client = CascadeApiClient::new(format!("http://{}", self.server));
58 self.command.execute(client).await
59 }
60}
61
62//----------- LogLevel ---------------------------------------------------------

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected