Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/examples/
Dfind.rs7 let values = Value::from_matches(&matches); in main()
34 pub fn from_matches(matches: &ArgMatches) -> Vec<(clap::Id, Self)> { in from_matches() method