-
Notifications
You must be signed in to change notification settings - Fork 3
Improve typing error messages #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not quite IMHO because to me your message implies it must exist on the filesystem. Your message is also a lot longer so on small windows there's a good chance the actual value isn't visible. I quite like how concise the current output it.
Choices are built into argparse (see https://docs.python.org/3/library/argparse.html#choices). Do we really want to change that? |
I'd be ok with more concise. I don't find the current message clear enough and I think it's the structure of the wording. I'd appreciate getting docs input.
I don't know what that means in this context. |
That when we technically solve it we'll probably end up doing that separate from the specific typing. I wondered if we need to file it as a separate issue. |
The type support error messages could be more user centric and actionable. The current output:
I am thinking a tweak to the error message like:
For choices:
The text was updated successfully, but these errors were encountered: