-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[FEATURE REQUEST] typed arguments #300
Labels
Comments
Hello @Nov1kov, I was wondering if you want to add typed args to the whole codebase or there are some priority files? either way, I would like to take this issue |
@UrielMaD Hello! Sorry for the late answer. I guess the feature is quite huge. We should define:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I write a typed variable argument, I am expecting an argument of a specific type.
Example:
Real result:
python test.py test 7.30 7.3
Expected Result:
python test.py test 7.30 7.30
So this feature will not break argument parsing. The typed argument should be enough to detect the real type.
The text was updated successfully, but these errors were encountered: