last steps work on new docs, full complete write docstring for all objects

This commit is contained in:
2025-04-23 20:54:03 +03:00
parent 7281fdeabf
commit 036c17ec9a
17 changed files with 1496 additions and 78 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ class AutoCompleter:
def initial_setup(self, all_commands: list[str]) -> None:
"""
Public. Initial setup function
Private. Initial setup function
:param all_commands: Registered commands for adding them to the autocomplete history
:return: None
"""
@@ -57,7 +57,7 @@ class AutoCompleter:
def exit_setup(self) -> None:
"""
Public. Exit setup function
Private. Exit setup function
:return: None
"""
if self.history_filename: