django-commons / django-typer

Use Typer (type hints) to define the interface for your Django management commands.
https://django-typer.rtfd.io
MIT License
89 stars 2 forks source link

supressed_base_arguments are still present in the Context #143

Open bckohan opened 1 week ago

bckohan commented 1 week ago

Common args and their defaults still show up in the context for supressed_base_arguments even though they are not in the helps or honored on the command line.