This commit is contained in:
2025-02-27 01:16:39 +03:00
parent 158e5eb75a
commit b72fcc6a11
5 changed files with 49 additions and 16 deletions
+1
View File
@@ -23,6 +23,7 @@ def main():
app.set_initial_message(initial_greeting)
app.set_farewell_message(goodbye_message)
app.set_invalid_input_flags_handler(lambda raw_command: print("Custom iif handler"))
app.set_description_message_pattern('[bold red][{command}][/bold red] [blue]*=*=*[/blue] [bold yellow italic]{description}')