MCPcopy Create free account
hub / github.com/Commit-Boost/commit-boost-client / run

Method run

crates/cli/src/lib.rs:30–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28
29impl Args {
30 pub async fn run(self) -> eyre::Result<()> {
31 print_logo();
32
33 match self.cmd {
34 Command::Init { config_path, output_path } => {
35 docker_init::handle_docker_init(config_path, output_path).await
36 }
37 }
38 }
39}
40
41const LONG_ABOUT: &str = "Commit-Boost allows Ethereum validators to safely run MEV-Boost and community-built commitment protocols";

Callers 1

mainFunction · 0.45

Calls 2

print_logoFunction · 0.85
handle_docker_initFunction · 0.85

Tested by

no test coverage detected