Mike DePalatis

Results 63 comments of Mike DePalatis

I would recommend importing `Annotated` from `typing_extensions` for Python 3.8 support (at least for as long as that continues receiving security updates).

See https://github.com/lovasoa/marshmallow_dataclass/pull/186 for a solution to a similar problem. Personally I never do this import because it has caused problems in the past with other libraries but I would be...

Looks like there is some typing issue that's failing on Python 3.8 but I haven't spotted what exactly it is yet.

I don't see why not. Feel free to make a pull request!

Yes, if you add `help` in a field's metadata it will document a command-line argument. I'll leave this ticket open since it looks like this isn't explicitly documented.

That is currently not possible but feel free to open a new ticket for a feature request. I don't spend too much time on this project these days but welcome...

I'm not sure how using dict as a type as a CLI argument would make sense. Do you have an example of what you would like to do?

This example doesn't make much sense to me. What attribute of `SubOption` should be getting set to 1?

I've not ever actually used help formatters with argparse. Is there any reason we couldn't just provide our own that does this?