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

Function print_usage

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

Source from the content-addressed store, hash-verified

12}
13
14fn print_usage(program: &str, opts: Options) {
15 let brief = format!("Usage: {} --dump|--decrypt [options]", program);
16 print!("{}", opts.usage(&brief));
17}
18
19fn start() {
20

Callers 1

startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected