Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
];
156
const IMPORT_ANIM: &[FlagSpec] = &[
157
value(
"--input"
),
158
value(
"--in"
),
Callers
15
resolve_content_root
Function · 0.70
resolve_content_prefix
Function · 0.70
new_command
Function · 0.70
new_dlc_command
Function · 0.70
new_script_command
Function · 0.70
parse_scene_template
Function · 0.70
new_scene_command
Function · 0.70
new_animation_command
Function · 0.70
new_panimtree_command
Function · 0.70
gltf_to_panim_command
Function · 0.70
bench_command
Function · 0.70
doctor_command
Function · 0.70
Calls
3
position
Method · 0.45
iter
Method · 0.45
get
Method · 0.45
Tested by
1
test_command
Function · 0.56