-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
I'm using reflex to compile a Java program that gets input from stdin. I'm running the command using:
# Build and run a server; rebuild and restart when .java files change:
$ reflex -r '\.java$' -s -- sh -c 'make && java bin/Server'
However, the input from stdin gets ignored.
Is there something I can do? If not, where, in the code, can I try to fix it?
cameronroudebush
Metadata
Metadata
Assignees
Labels
No labels