youtype / mypy_boto3_builder

Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
https://youtype.github.io/mypy_boto3_builder/
MIT License
544 stars 36 forks source link

Fix product parameter help message #224

Closed mbalatsko closed 1 year ago

mbalatsko commented 1 year ago

Notes

Currently mypy_boto3-builder -h shows these choices for --product parameter:

{boto3,boto3_services,boto3_docs,aiobotocore,aiobotocore_services,aiobotocore_docs,aioboto3,aioboto3_docs} [{boto3,boto3_services,boto3_docs,aiobotocore,aiobotocore_services,aiobotocore_docs,aioboto3,aioboto3_docs} ...]

But it really expects input with - instead of _. This PR should fix it.

Type of change

Checklist

All of these are optional:

vemel commented 1 year ago

Thank you for the PR!