Lines Matching refs:split
27 let res = common().try_get_matches_from("foo -V".split(' '));
36 let res = common().try_get_matches_from("foo --version".split(' '));
45 let res = with_version().try_get_matches_from("foo -V".split(' '));
55 let res = with_version().try_get_matches_from("foo --version".split(' '));
65 let res = with_long_version().try_get_matches_from("foo -V".split(' '));
75 let res = with_long_version().try_get_matches_from("foo --version".split(' '));
85 let res = with_both().try_get_matches_from("foo -V".split(' '));
95 let res = with_both().try_get_matches_from("foo --version".split(' '));
246 let res = with_subcommand().try_get_matches_from("foo bar --version".split(' '));
255 let res = with_subcommand().try_get_matches_from("foo bar -V".split(' '));
266 .try_get_matches_from("foo bar --version".split(' '));
277 .try_get_matches_from("foo bar -V".split(' '));
290 .try_get_matches_from("foo -z".split(' '));
306 .try_get_matches_from("foo".split(' '));