When calling efmt via rebar3, formatting through stdin doesn't work:
# This works
cat mymod.erl | efmt -
# This blocks indefinitely
cat mymod.erl | rebar3 efmt -
Versions:
$ rebar3 efmt -V
efmt 0.15.0
$ rebar3 version
rebar 3.19.0 on Erlang/OTP 25 Erts 13.1.5
When calling
efmtviarebar3, formatting through stdin doesn't work:Versions: