mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
wrote doc for 'ros client'
This commit is contained in:
parent
93b08b4276
commit
e3f72e5552
35
documents/ros-client.md
Normal file
35
documents/ros-client.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
ros-client - one-shot connect to remote repl.
|
||||
|
||||
# synopsis
|
||||
|
||||
**ros [options for roswell ...] client** protocol [options for the protocol ...] ...
|
||||
|
||||
<!-- # subcommands -->
|
||||
<!-- somecommand -->
|
||||
|
||||
<!-- : description. end with a period. -->
|
||||
|
||||
# description
|
||||
|
||||
`ros-client` send message to lisp server and wait for message sent back.
|
||||
|
||||
# swank protocol options
|
||||
|
||||
`--port port`
|
||||
|
||||
: set server `port` to connect. default port 4005.
|
||||
|
||||
`--interface interface`
|
||||
|
||||
: interface for connect. default is `localhost`.
|
||||
|
||||
-e FORM --eval FORM
|
||||
|
||||
: Evaluate FORM while building
|
||||
|
||||
<!-- # options -->
|
||||
<!-- -->
|
||||
<!-- # Environmental Variables -->
|
||||
|
||||
# SEE ALSO
|
||||
_ros_(1) _ros-serve_(1)
|
||||
|
|
@ -29,4 +29,3 @@ ros-serve - start lisp server
|
|||
|
||||
# SEE ALSO
|
||||
_ros_(1) _ros-client_(1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue