Closed xtofl closed 2 years ago
After exiting evans REPL, the terminal doesn't echo anymore.
/tmp/tmp.3pbHjjzpqb$ ls evans evans_linux_386.tar.gz x.proto /tmp/tmp.3pbHjjzpqb$ cat x.proto syntax = "proto3"; message X { int32 s = 1; } service Bar { rpc Foo(X) returns (X); } /tmp/tmp.3pbHjjzpqb$ evans repl --proto x.proto --host localhost --port 5000 ______ | ____| | |__ __ __ __ _ _ __ ___ | __| \ \ / / / _. | | '_ \ / __| | |____ \ V / | (_| | | | | | \__ \ |______| \_/ \__,_| |_| |_| |___/ more expressive universal gRPC client Bar@localhost:5000> exit Good Bye :) /tmp/tmp.3pbHjjzpqb$ evans evans_linux_386.tar.gz x.proto <<<< I typed 'ls'
After exit, what I type is still echoed onto the terminal.
protoc
Thanks for reporting the issue. This is fixed by https://github.com/ktr0731/evans/pull/528.
Describe the bug
After exiting evans REPL, the terminal doesn't echo anymore.
To reproduce
Expected behavior
After exit, what I type is still echoed onto the terminal.
Screenshots
Environment
protoc
version: n/aprotoc
plugin version (if you are using): n/aAdditional context