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

Function main

bin/cli.rs:13–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11/// Main entry point of the Commit-Boost CLI
12#[tokio::main]
13async fn main() -> eyre::Result<()> {
14 // Parse the CLI arguments (currently only used for version info, more can be
15 // added later)
16 let _cli = Cli::parse();
17
18 color_eyre::install()?;
19 // set default backtrace unless provided
20
21 let args = cb_cli::Args::parse();
22
23 args.run().await
24}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected