Lines Matching refs:FooBar
188 FooBar,
200 arg: ArgChoice::FooBar
210 assert!(Opt::try_parse_from(["", "FooBar"]).is_err());
218 FooBar,
229 arg: ArgChoice::FooBar
233 assert!(Opt::try_parse_from(["", "FooBar"]).is_err());
241 FooBar,
252 arg: ArgChoice::FooBar
256 assert!(Opt::try_parse_from(["", "FooBar"]).is_err());
265 FooBar,
276 arg: ArgChoice::FooBar
280 assert!(Opt::try_parse_from(["", "FooBar"]).is_err());