Home
last modified time | relevance | path

Searched refs:sc_key (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/clap/src/app/
Dmod.rs1660 let sc_key = yaml_hash.keys().nth(0).unwrap(); in from() localVariable
1661 is_sc = Some(yaml_hash.get(sc_key).unwrap()); in from()
1662 App::new(sc_key.as_str().unwrap()) in from()