Skip to content

Commit

Permalink
Merge pull request #306 from dsblank/patch-1
Browse files Browse the repository at this point in the history
Added -v flag in README to match output
  • Loading branch information
pappasam authored Mar 4, 2024
2 parents 3d75b06 + b9912ea commit d64317f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ usage: jedi-language-server [-h] [--version] [--tcp] [--ws] [--host HOST] [--por
If testing sending requests over stdio manually from the command line, you must include Windows-style line endings: `\r\n`. For an example, from within this project, run the following:

```console
$ jedi-language-server < ./example-initialization-request.txt
$ jedi-language-server -v < ./example-initialization-request.txt
INFO:pygls.server:Starting IO server
...
```
Expand Down

0 comments on commit d64317f

Please sign in to comment.