-
Notifications
You must be signed in to change notification settings - Fork 2
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
Command type
argument
#31
Comments
Hey @Moosems, I didn't think about typed args, that's a good point! I'll try playing around with an implementation for that. |
@thatstoasty Any progress ;)? |
@Moosems I spent most of the last month fighting against the changes in nightly trying to keep the library working haha. But now I should be able to look into it. |
Great job keeping up with nightly, thats quite a handful |
I check in on this every now and then, but still waiting for the type system to improve a bit before trying to tackle it. Too many roadblocks at the moment. |
By default all arguments are entered as strings in the Command Line so having an argument to turn a string into a requested type or give a failure message if conversion failed would be very nice.
The text was updated successfully, but these errors were encountered: