Skip to content

stdin is ignored #74

@rafaelcpalmeida

Description

@rafaelcpalmeida

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions