Brian Kohan
Brian Kohan
We renamed callback() to initialize() because we thought the naming was more intuitive. Allowing each to be an alias of the other in all interfaces will make the transition from...
For complex projects django bootstrapping can take long enough (>2-3 seconds) to disrupt the flow of tab completions. Investigate if there is a more minimal or lazier custom bootstrap approach...
Two different subgroups of different parent groups should be able to have the same name. I think the only thing to do here is to set subgroups as attributes on...
This effects helps defined in base classes like so: ```python class Command(TyperCommand, help="This is not inherited"): """ This is not either. """ @command(help="But this is!") def handle(): """ And this...
This can break shellcompletion when these parameters are used. This is not a high priority bug, but it should be fixed as part of a general customization of shell completion...
When my [upstream PR](https://github.com/tiangolo/typer/pull/737) is merged into Typer, remove the ```typer_main.get_click_param``` patch in django_typer/patch.py