Wrapper around TabCompletionRegistry.register_tab_comp_context().
(self, *args, **kwargs)
| 107 | self._tab_completion_registry.extend_comp_items("", prefix_aliases) |
| 108 | |
| 109 | def register_tab_comp_context(self, *args, **kwargs): |
| 110 | """Wrapper around TabCompletionRegistry.register_tab_comp_context().""" |
| 111 | |
| 112 | self._tab_completion_registry.register_tab_comp_context(*args, **kwargs) |
| 113 | |
| 114 | def run_ui(self, |
| 115 | init_command=None, |
no outgoing calls