Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation message shown when REPL exited cleanly. #691

Open
jmalloc opened this issue Jun 24, 2024 · 0 comments
Open

Deprecation message shown when REPL exited cleanly. #691

jmalloc opened this issue Jun 24, 2024 · 0 comments
Labels

Comments

@jmalloc
Copy link

jmalloc commented Jun 24, 2024

Describe the bug

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

To reproduce

  • Run evans repl ... against any gRPC server
  • Type exit and hit enter

Expected behavior

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

Environment

  • OS: MacOS
  • Terminal: Terminal.app
  • Evans version: 0.10.11

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.

@jmalloc jmalloc added the bug label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant