diff --git a/documents/ros-client.md b/documents/ros-client.md new file mode 100644 index 0000000..170c52e --- /dev/null +++ b/documents/ros-client.md @@ -0,0 +1,35 @@ +ros-client - one-shot connect to remote repl. + +# synopsis + +**ros [options for roswell ...] client** protocol [options for the protocol ...] ... + + + + + + +# 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 + + + + + +# SEE ALSO +_ros_(1) _ros-serve_(1) diff --git a/documents/ros-serve.md b/documents/ros-serve.md index 2c9de3f..fa6384a 100644 --- a/documents/ros-serve.md +++ b/documents/ros-serve.md @@ -29,4 +29,3 @@ ros-serve - start lisp server # SEE ALSO _ros_(1) _ros-client_(1) -