mirror of
https://github.com/sharkdp/bat.git
synced 2025-05-02 15:34:28 +02:00
Add missing command line switches to manpage
- `--binary` - `--completion` - `--strip-ansi`
This commit is contained in:
parent
7df1dec65c
commit
2daaf21fa9
23
assets/manual/bat.1.in
vendored
23
assets/manual/bat.1.in
vendored
@ -37,6 +37,23 @@ Use character sequences like ^G, ^J, ^@, .. to identify non-printable characters
|
|||||||
Use special Unicode code points to identify non-printable characters
|
Use special Unicode code points to identify non-printable characters
|
||||||
.RE
|
.RE
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-\-binary\fR <behavior>
|
||||||
|
.IP
|
||||||
|
How to treat binary content.
|
||||||
|
|
||||||
|
Possible values:
|
||||||
|
.RS
|
||||||
|
.IP "no\-printing"
|
||||||
|
Do not print any binary content (default)
|
||||||
|
.IP "as\-text"
|
||||||
|
Treat binary content as normal text
|
||||||
|
.RE
|
||||||
|
.HP
|
||||||
|
\fB\-\-completion\fR <SHELL>
|
||||||
|
.IP
|
||||||
|
Show shell completion for a certain shell.
|
||||||
|
Possible values: bash, fish, zsh, ps1
|
||||||
|
.HP
|
||||||
\fB\-p\fR, \fB\-\-plain\fR
|
\fB\-p\fR, \fB\-\-plain\fR
|
||||||
.IP
|
.IP
|
||||||
Only show plain style, no decorations. This is an alias for
|
Only show plain style, no decorations. This is an alias for
|
||||||
@ -197,6 +214,12 @@ Squeeze consecutive empty lines into a single empty line.
|
|||||||
.IP
|
.IP
|
||||||
Set the maximum number of consecutive empty lines to be printed.
|
Set the maximum number of consecutive empty lines to be printed.
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-\-strip\-ansi\fR <when>
|
||||||
|
.IP
|
||||||
|
Specify when to strip ANSI escape sequences from the input. The automatic mode will remove
|
||||||
|
escape sequences unless the syntax highlighting language is plain text. Possible values:
|
||||||
|
auto, always, *never*.
|
||||||
|
.HP
|
||||||
\fB\-\-style\fR <style\-components>
|
\fB\-\-style\fR <style\-components>
|
||||||
.IP
|
.IP
|
||||||
Configure which elements (line numbers, file headers, grid borders, Git modifications,
|
Configure which elements (line numbers, file headers, grid borders, Git modifications,
|
||||||
|
Loading…
Reference in New Issue
Block a user