-
Notifications
You must be signed in to change notification settings - Fork 4
LanguageServerRobot User guide
Mayan Jean edited this page Mar 23, 2018
·
31 revisions
The LanguageServerRobot is a Windows console application, which can be launched using the following options.
USAGE
- TypeCobol.LanguageServerRobot [OPTIONS]
OPTIONS DESCRIPTION:
| Options | Description | Détails |
|---|---|---|
| -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 |