MCPcopy Create free account
hub / github.com/Kudaes/CustomEntryPoint / print_usage

Function print_usage

src/main.rs:111–114  ·  view source on GitHub ↗
(program: &str, opts: Options)

Source from the content-addressed store, hash-verified

109}
110
111fn print_usage(program: &str, opts: Options) {
112 let brief = format!("Usage: {} [options]", program);
113 print!("{}", opts.usage(&brief));
114}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected