MCPcopy Create free account
hub / github.com/PerroEngine/Perro / parse_optional_flag_value

Function parse_optional_flag_value

perro_source/devtools/perro_cli/src/main.rs:157–166  ·  view source on GitHub ↗
(args: &[String], flag: &str)

Source from the content-addressed store, hash-verified

155 value("--template"),
156 switch("--no-open"),
157];
158const IMPORT_ANIM: &[FlagSpec] = &[
159 value("--input"),
160 value("--in"),
161 value("--output"),
162 value("--out"),
163 value("--fps"),
164 value("--clip"),
165 value("--skeleton"),
166 value("--retarget-map"),
167 value("--retarget"),
168 value("--target-rig"),
169];

Callers 2

mem_profile_commandFunction · 0.85
dev_commandFunction · 0.85

Calls 4

cloneMethod · 0.80
positionMethod · 0.45
iterMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected