Skip to content

Commit

Permalink
Add basic man page
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Dec 1, 2019
1 parent a9d0247 commit 6890602
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions texlab.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 <[email protected]>
Patrick Förster <[email protected]>

0 comments on commit 6890602

Please sign in to comment.