-
Notifications
You must be signed in to change notification settings - Fork 1
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) Provide a way to read from a file a series of instructions #39
Comments
Thank you for the great idea. This should be reasonably easy to implement. |
I have this working right now but I'm not completely happy with the interface yet. So I'll play with this a bit more before I create a release. |
I'll test it tomorrow with my small use case. I have been using a locally modified version of cmdr but your code seems better. I have another small request, but i'll open another issue for it. |
It would be very useful to be able to read a series of instructions from a file. That would allow scripting as well as easy testing.
Should there be a way to configure to either 1) do all the instructions even if some returns errors 2) exit at the first instruction returning an error?
Also I'm not familiar with rust yet but there might be some additional design/testing involved in an async environment?
The text was updated successfully, but these errors were encountered: