This commit is contained in:
2025-05-08 01:08:11 +03:00
parent 07ac2af71e
commit 79b275eac7
6 changed files with 22 additions and 14 deletions
+4 -1
View File
@@ -354,7 +354,10 @@ class App(BaseApp):
if self._is_exit_command(input_command):
system_router.finds_appropriate_handler(input_command)
self._autocompleter.exit_setup()
if self._ignore_command_register:
self._autocompleter.exit_setup(self._all_registered_triggers_in_lower)
else:
self._autocompleter.exit_setup(self._all_registered_triggers_in_default_case)
return
if self._is_unknown_command(input_command):