1
0
Fork 0

Updated readme.md to show tcp option

pull/31/head
Stephan Unverwerth 2016-09-28 23:30:11 +02:00
parent 6c098bf3d7
commit 9036ae84fd
1 changed files with 12 additions and 0 deletions

View File

@ -26,3 +26,15 @@ to install dependencies.
Run the tests with Run the tests with
vendor/bin/phpunit --bootstrap vendor/autoload.php tests vendor/bin/phpunit --bootstrap vendor/autoload.php tests
## Command line arguments
--tcp host:port
Causes the server to use a tcp connection for communicating with the language client instead of using STDIN/STDOUT.
The server will try to connect to the specified address.
Example:
php bin/php-language-server.php --tcp 127.0.0.1:12345