summaryrefslogtreecommitdiff
path: root/support/texlab/texlab.1
blob: c2ff8ba66e18c4c1989002fb9b053c7128a3c1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.TH TEXLAB 1
.SH NAME
texlab \- An implementation of the Language Server Protocol for LaTeX
.SH SYNOPSIS
\fBtexlab\fR [FLAGS]
.SH FLAGS
.TP
\fB\-v\fR
Increase message verbosity

.TP
\fB\-q\fR, \fB\-\-quiet\fR
No output printed to stderr
.SH EXIT STATUS
.TP
\fB0\fR
Successful program execution.

.TP
\fB1\fR
Unsuccessful program execution.

.TP
\fB101\fR
The program panicked.
.SH EXAMPLES
.TP
Run with debug verbosity
\fB$ texlab \-vvv\fR
.br
Debug Mode: texlab will print debug messages to stderr

.SH AUTHORS
.P
.RS 2
.nf
Eric Förster <eric.foerster@outlook.com>
Patrick Förster <patrick.foerster@outlook.de>