Lines Matching refs:from
21 let m = Positional::try_parse_from(vec![OsString::from(""), OsString::from_vec(vec![0xe9])]);
29 OsString::from(""),
30 OsString::from("-a"),
40 OsString::from(""),
50 OsString::from(""),
60 OsString::from(""),
61 OsString::from("--arg"),
71 OsString::from(""),
91 let r = PositionalOs::try_parse_from(vec![OsString::from(""), OsString::from_vec(vec![0xe9])]);
103 OsString::from(""),
104 OsString::from("-a"),
118 OsString::from(""),
132 OsString::from(""),
146 OsString::from(""),
147 OsString::from("--arg"),
161 OsString::from(""),
181 OsString::from(""),
183 OsString::from("normal"),
192 OsString::from(""),
193 OsString::from("subcommand"),
194 OsString::from("normal"),
196 OsString::from("--another_normal"),
211 OsString::from(""),
212 OsString::from("subcommand"),
213 OsString::from("normal"),
215 OsString::from("--another_normal"),
220 OsString::from("subcommand"),
221 OsString::from("normal"),
223 OsString::from("--another_normal"),