Brian Kohan
Brian Kohan
This PR is to merge in modifications to support the functionality described in issue 195. All changes are 100% backwards compatible. I've added two new test cases to validate the...
Thanks for a great utility. It's kept my Django settings sane for a few years now. I manage several large Django projects with many apps that are deployed in multiple...
As pointed out in #334 the shell_complete parameter on Arguments is not called. This is a very simple bug where [shell_complete was simply omitted as a parameter passed to TyperArgument](https://github.com/tiangolo/typer/blob/3a7264cd56181690805f220cb44a0301c0fdf9f3/typer/main.py#L918-L942)....
There's a complexity with how the group decorators work involving the descriptor on the GroupFunction class that returns a GroupFunction instance if its accessed as a class member versus the...
You should be able to attach commands and groups to commands defined further up the app stack. This would allow pluggable command namespacing patterns that might be useful for projects...