Skip to content

LanguageServerRobot User guide

Mayan Jean edited this page Mar 23, 2018 · 31 revisions

LanguageServerRobot Application (LSR)

The LanguageServerRobot is a Windows console application, which can be launched using the following options.

USAGE

  • TypeCobol.LanguageServerRobot [OPTIONS]

OPTIONS DESCRIPTION:

Options Description
-l, --loglevel=VALUE Logging level (1=Lifecycle, 2=Message, 3=Protocol).
-v, --version Show version
-h, --help Show help
--lf, --logfile=PATH PATH the target log file
-p, --prompt Prompt to start a replay
-r, --robot Robot Client/Server mode.
-c, --client Robot Client/Replay mode.
--ioc Inversion of control.
--script=PATH PATH is the script file to be replayed.
--suite=PATH PATH is the session file to be replayed.
-s, --server=PATH PATH is the server path
--so, --soptions=VALUE Server options
-d, --dir=PATH PATH is the Scripts repository directory
-m, --monitoring Show the monitoring Window
-e, --stoperror Stop a replay at the first error
--init=PATH PATH is the json file for a LSP "initialize" request
--config=PATH PATH the json file for a LSP "workspace/didChangeConfiguration" notification.

Recoring mode

The LSR recording mode is specified using the following options:

Options Description
-r, --robot A Client launching a LSR process can redirect LSR standard Input/Output Stream, that it can send Json RPC LSP Messages using its output Stream an receive Lson RPC LSP messages from the server using its Input Stream
Clone this wiki locally