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
+1 -1
View File
@@ -17,7 +17,7 @@ from argenta.router.exceptions import (RepeatedFlagNameException,
class Router:
def __init__(self, title: str = None):
def __init__(self, title: str | None = 'Awesome title'):
"""
Public. Directly configures and manages handlers
:param title: the title of the router, displayed when displaying the available commands