File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ Run the language server
4848
4949``` bash
5050# Run the server
51- python -m lark_language_server
51+ lark-language-server
5252
5353# Run with TCP (for debugging)
54- python -m lark_language_server --tcp --host 127.0.0.1 --port 2087
54+ lark-language-server --tcp --host 127.0.0.1 --port 2087
5555```
5656
5757## Docs
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ Download = "https://github.com/dynovaio/lark-parser-language-server/archive/refs
5555Changelog = " https://github.com/dynovaio/lark-parser-language-server/blob/master/CHANGELOG.md"
5656"Bug Tracker" = " https://github.com/dynovaio/lark-parser-language-server/issues"
5757
58+ [project .scripts ]
59+ lark-language-server = " lark_parser_language_server.__main__:main"
60+
5861[build-system ]
5962requires = [" poetry-core>=2.0.0,<3.0.0" ]
6063build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments