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

Function parse_flag_value

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

Source from the content-addressed store, hash-verified

150 value("--name"),
151 value("--res"),
152 value("--dlc"),
153 value("--template"),
154 switch("--no-open"),
155];
156const IMPORT_ANIM: &[FlagSpec] = &[
157 value("--input"),
158 value("--in"),

Callers 15

resolve_content_rootFunction · 0.70
resolve_content_prefixFunction · 0.70
new_commandFunction · 0.70
new_dlc_commandFunction · 0.70
new_script_commandFunction · 0.70
parse_scene_templateFunction · 0.70
new_scene_commandFunction · 0.70
new_animation_commandFunction · 0.70
new_panimtree_commandFunction · 0.70
gltf_to_panim_commandFunction · 0.70
bench_commandFunction · 0.70
doctor_commandFunction · 0.70

Calls 3

positionMethod · 0.45
iterMethod · 0.45
getMethod · 0.45

Tested by 1

test_commandFunction · 0.56