Add useful type hints to `Tap.add_subparsers`
aucampia opened this issue · 1 comments
aucampia commented
Currently, the type signature is just def add_subparsers(self, **kwargs) -> None:
and this more or less eliminates all benefits of type hints, and then some. It would be much better if this function actually had accurate type hints.
swansonk14 commented