Home
last modified time | relevance | path

Searched refs:options_matching (Results 1 – 1 of 1) sorted by relevance

/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dshell.py68 def options_matching(prefix: str, cmd: str, last_word: str, aliases: Iterable[str], alias_map: Dict… function
89 … self.matches = list(options_matching(text, cmdline[0], cmdline[-1], *options_for_cmd(cmdline[0])))