MCPcopy Create free account
hub / github.com/clawshell/clawshell / OpenclawRunner

Interface OpenclawRunner

src/openclaw_cli.rs:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21pub trait OpenclawRunner {
22 fn run(&mut self, args: &[String]) -> Result<OpenclawCommandOutput, String>;
23}
24
25#[derive(Debug, Default)]
26pub struct RealOpenclawRunner;

Callers

nothing calls this directly

Implementers 1

openclaw_cli.rssrc/openclaw_cli.rs

Calls

no outgoing calls

Tested by

no test coverage detected