mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
fix type hints with ty help, add ability to configure stdout capture when handling input by the router
This commit is contained in:
@@ -21,7 +21,7 @@ console = Console()
|
||||
)
|
||||
)
|
||||
def command_help(response: Response):
|
||||
case = input('test')
|
||||
case = input('test > ')
|
||||
print(case)
|
||||
print(response.status)
|
||||
print(response.undefined_flags.get_flags())
|
||||
|
||||
Reference in New Issue
Block a user