Noxitu

Results 1 comments of Noxitu

I would say that issue is caused by logic in here: https://github.com/tiangolo/typer/blob/7f44e6db6267efa87918e8700212de41a7fbdc3e/typer/rich_utils.py#L367-L377 To reiterate the exact issue - following code: ```py import sys, typer sys.argv[1:] = ['--help'] def example(*, arg1:...