-
Notifications
You must be signed in to change notification settings - Fork 37
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
I can not get stdin to work with grind
#309
Comments
What's not working or what is happening differently than you expect? Any error message? |
If you run it with |
So the stdin gives a stream of input from the terminal . Everytime you press enter, it gives you the byes of the input in the terminal. This works if I run it like this:
But in the other case, it just never gives me any input. No error messages, the stream just never returns any byes from the input. |
It might be worth investigating whether a simple app run via |
So I think the problem is that that the |
Adding |
I just stumbled upon this issue while implementing a grinder task. Is there any workaround available, or any plan to fix this issue? |
I have this task:
For some reason this only works I have run the task like:
tool/grind.dart create-component
and not if I run it like:
grind create-component
Not sure if this is a
pub
bug or a grinder bug.The text was updated successfully, but these errors were encountered: