Lines Matching refs:help
17 let help = utils::get_long_help::<Opt>();
18 assert!(help.contains("[default: 3]"));
31 let help = utils::get_long_help::<Opt>();
32 assert!(help.contains("[default: 3]"));
45 let help = utils::get_long_help::<Opt>();
46 assert!(help.contains("[default: 0]"));
105 let help = utils::get_long_help::<Opt>();
106 assert!(help.contains("[default: 1 2 3]"));
129 let help = utils::get_long_help::<Opt>();
130 assert!(help.contains("[default: abc.def]"));
163 let help = utils::get_long_help::<Opt>();
164 assert!(help.contains("[default: abc.def 123.foo]"));