Closed
Description
Currently it's not possible to read from stdin:
$ docker logs tasks 2>&1 | ./jlv -
Something went wrong: os: open -: no such file or directory.
A workaround is to use bash process substitution:
$ ./jlv <(docker logs tasks 2>&1)
Metadata
Metadata
Assignees
Labels
No labels