Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
fn print_usage(program: &str, opts: Options) {
15
let brief = format!(
"Usage: {} --dump|--decrypt [options]"
, program);
16
print!(
"{}"
, opts.usage(&brief));
17
}
18
19
fn start() {
20
Callers
1
start
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected