mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-03 12:18:49 +01:00
Update man page
This commit is contained in:
parent
bd619db3ca
commit
ad6e0a2581
16
doc/bat.1
16
doc/bat.1
@ -36,8 +36,10 @@ Display a list of supported themes for syntax highlighting.
|
|||||||
Configure which elements (line numbers, file headers, grid borders, Git
|
Configure which elements (line numbers, file headers, grid borders, Git
|
||||||
modifications, ..) to display in addition to the file contents. The argument
|
modifications, ..) to display in addition to the file contents. The argument
|
||||||
is a comma\-separated list of components to display (e.g.
|
is a comma\-separated list of components to display (e.g.
|
||||||
\&'numbers,changes,grid') or a pre\-defined style ('full') [default: auto]
|
\&'numbers,changes,grid') or a pre\-defined style ('full'). To set a default
|
||||||
[possible values: auto, full, plain, changes, header, grid, numbers]
|
theme, export the BAT_STYLE environment variable (e.g.: export
|
||||||
|
BAT_STYLE="numbers"). [possible values: auto, full, plain, changes, header,
|
||||||
|
grid, numbers]
|
||||||
.HP
|
.HP
|
||||||
\fB\-p\fR
|
\fB\-p\fR
|
||||||
.IP
|
.IP
|
||||||
@ -80,15 +82,21 @@ pager is 'less'. To disable the pager permanently, set BAT_PAGER to an empty
|
|||||||
string. [default: auto] [possible values: auto, never, always]
|
string. [default: auto] [possible values: auto, never, always]
|
||||||
.HP
|
.HP
|
||||||
\fB\-\-wrap\fR <mode>
|
\fB\-\-wrap\fR <mode>
|
||||||
|
.TP
|
||||||
|
Specify the text\-wrapping mode. [default: auto]
|
||||||
|
[possible values: auto,
|
||||||
.IP
|
.IP
|
||||||
Specify the text\-wrapping mode. [default: character]
|
never, character]
|
||||||
[possible values: character, never]
|
|
||||||
.HP
|
.HP
|
||||||
\fB\-u\fR
|
\fB\-u\fR
|
||||||
.IP
|
.IP
|
||||||
This option exists for POSIX\-compliance reasons ('u' is for 'unbuffered'). The
|
This option exists for POSIX\-compliance reasons ('u' is for 'unbuffered'). The
|
||||||
output is always unbuffered \- this option is simply ignored.
|
output is always unbuffered \- this option is simply ignored.
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-\-tabs\fR <tabs>
|
||||||
|
.IP
|
||||||
|
Sets the tab width. Use a width of 0 to pass tabs through directly
|
||||||
|
.HP
|
||||||
\fB\-h\fR, \fB\-\-help\fR
|
\fB\-h\fR, \fB\-\-help\fR
|
||||||
.IP
|
.IP
|
||||||
Print this help message.
|
Print this help message.
|
||||||
|
Loading…
Reference in New Issue
Block a user