Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nariod/RustPacker
/ parse_args
Function
parse_args
src/arg_parser.rs:256–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
254
}
255
256
pub fn parse_args() -> Order {
257
let args = parser();
258
args_checker(args)
259
}
Callers
1
main
Function · 0.85
Calls
2
parser
Function · 0.85
args_checker
Function · 0.85
Tested by
no test coverage detected