This commit is contained in:
2025-03-27 00:17:40 +03:00
parent 0246ff4b22
commit 4256d67789
6 changed files with 44 additions and 21 deletions
+3 -2
View File
@@ -1,11 +1,11 @@
import re
from pprint import pprint
from rich.console import Console
from argenta.command import Command
from argenta.command.flag import Flag, FlagsGroup
from argenta.command.flag import FlagsGroup
from argenta.command.flag.defaults import DefaultFlags
from argenta.router import Router
from argenta.router.defaults import system_router
from .handlers_implementation.help_command import help_command
@@ -36,3 +36,4 @@ def command_update():