Searched defs:ArgCursor (Results 1 – 3 of 3) sorted by relevance
177 pub fn cursor(&self) -> ArgCursor { in cursor()223 pub fn seek(&self, cursor: &mut ArgCursor, pos: SeekFrom) { in seek()236 cursor: &ArgCursor, in insert()265 pub struct ArgCursor { struct269 impl ArgCursor { implementation
55 mut args_cursor: clap_lex::ArgCursor, in get_matches_with()680 args_cursor: clap_lex::ArgCursor, in parse_subcommand()
3784 args_cursor: clap_lex::ArgCursor, in _do_parse()