ktr0731 / evans

Evans: more expressive universal gRPC client
MIT License
4.23k stars 187 forks source link

Deprecation message shown when REPL exited cleanly. #691

Open jmalloc opened 2 months ago

jmalloc commented 2 months ago

Describe the bug

The message evans: deprecated usage, please use sub-commands. seeevans -hfor more details. is displayed when repl mode is exited cleanly by typing exit.

To reproduce

Expected behavior

I would not expect the message to be shown in this case.

Environment

Additional context

The code that produces the message is here, and it does appear to be showing this message whenever there is a nil error.