Lines Matching refs:cool
15 .try_get_matches_from(vec!["", "--new-opt", "cool"]);
21 "cool"
139 .aliases(["invisible", "set", "of", "cool", "aliases"])
151 let cool = a.clone().try_get_matches_from(vec!["", "--cool"]);
152 assert!(cool.is_ok(), "{}", cool.unwrap_err());
153 let cool = cool.unwrap();
161 assert!(*cool.get_one::<bool>("flag").expect("defaulted by clap"));