mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-02-02 02:09:16 +01:00
doc: Clean up documentation further
This commit is contained in:
parent
9f6e5c0164
commit
da93f2f87f
@ -16,15 +16,15 @@ This script supports using [delta](https://github.com/dandavison/delta) as an al
|
|||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
| Short | Long | Description |
|
| Short | Long | Description |
|
||||||
| ----- | ------------------------- | ------------------------------------------------------------ |
|
| ----- | ----------------------------- | ------------------------------------------------------------ |
|
||||||
| `-C` | `--context=[LINES]` | The number of lines to show before and after the differing lines. |
|
| `-C` | `--context=[LINES]` | The number of lines to show before and after the differing lines. |
|
||||||
| | `--delta` | Display diffs using `delta`. |
|
| | `--delta` | Display diffs using `delta`. |
|
||||||
| | `--color` | Force color output. |
|
| | `--color` | Force color output. |
|
||||||
| | `--no-color` | Force disable color output. |
|
| | `--no-color` | Force disable color output. |
|
||||||
| | `--paging=["never"/"always"]` | Enable/disable paging. |
|
| | `--paging=["never"/"always"]` | Enable/disable paging. |
|
||||||
| | `--pager=[PAGER]` | Specify the pager to use. |
|
| | `--pager=[PAGER]` | Specify the pager to use. |
|
||||||
| | `--terminal-width=[COLS]` | Generate output for the specified terminal width. |
|
| | `--terminal-width=[COLS]` | Generate output for the specified terminal width. |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Watch for changes in one or more files, and print them with `bat`.
|
Watch for changes in one or more files, and print them with `bat`.
|
||||||
|
|
||||||
|
Please note this watches filesystem files, and not command output like `watch(1)`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user