mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
last steps work on new docs, full complete write docstring for all objects
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user