MCPcopy Create free account
hub / github.com/cargo-lambda/cargo-lambda / print_version

Function print_version

crates/cargo-lambda-cli/src/main.rs:232–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230}
231
232fn print_version() -> Result<()> {
233 println!(
234 "cargo-lambda {} {}",
235 env!("CARGO_PKG_VERSION"),
236 env!("CARGO_LAMBDA_BUILD_INFO")
237 );
238 Ok(())
239}
240
241fn print_help() -> Result<()> {
242 let mut app = App::command();

Callers 1

run_subcommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected