Skip to content

Commit b9912ea

Browse files
authored
Added -v flag in README to match output
In order to see the log.info messages, you need to use the -v flag.
1 parent 3d75b06 commit b9912ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ usage: jedi-language-server [-h] [--version] [--tcp] [--ws] [--host HOST] [--por
433433
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:
434434

435435
```console
436-
$ jedi-language-server < ./example-initialization-request.txt
436+
$ jedi-language-server -v < ./example-initialization-request.txt
437437
INFO:pygls.server:Starting IO server
438438
...
439439
```

0 commit comments

Comments
 (0)