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

Fix how to start REPL on README #586

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Fix how to start REPL on README #586

merged 1 commit into from
Sep 19, 2022

Conversation

naoty
Copy link
Contributor

@naoty naoty commented Sep 19, 2022

I got a following error message in the previous way to start REPL.

% evans repl path/to/api.proto
evans 0.10.9

Usage: evans [global options ...] repl [options ...]

Options:
        --package string        default package
        --service string        default service
        --help, -h              display help text and exit (default "false")

evans: invalid config condition: 1 error occurred:

* one or more proto files, or gRPC reflection required

I got a following error message in the previous way to start REPL.

```
% evans repl path/to/api.proto
evans 0.10.9

Usage: evans [global options ...] repl [options ...]

Options:
        --package string        default package
        --service string        default service
        --help, -h              display help text and exit (default "false")

evans: invalid config condition: 1 error occurred:

* one or more proto files, or gRPC reflection required
```
Copy link
Owner

@ktr0731 ktr0731 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@ktr0731 ktr0731 merged commit 4f5b150 into ktr0731:master Sep 19, 2022
@naoty naoty deleted the patch-1 branch September 19, 2022 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants