mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-05 20:58:51 +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
|
||||
|
||||
| Short | Long | Description |
|
||||
| ----- | ------------------------- | ------------------------------------------------------------ |
|
||||
| `-C` | `--context=[LINES]` | The number of lines to show before and after the differing lines. |
|
||||
| | `--delta` | Display diffs using `delta`. |
|
||||
| | `--color` | Force color output. |
|
||||
| | `--no-color` | Force disable color output. |
|
||||
| | `--paging=["never"/"always"]` | Enable/disable paging. |
|
||||
| | `--pager=[PAGER]` | Specify the pager to use. |
|
||||
| | `--terminal-width=[COLS]` | Generate output for the specified terminal width. |
|
||||
| Short | Long | Description |
|
||||
| ----- | ----------------------------- | ------------------------------------------------------------ |
|
||||
| `-C` | `--context=[LINES]` | The number of lines to show before and after the differing lines. |
|
||||
| | `--delta` | Display diffs using `delta`. |
|
||||
| | `--color` | Force color output. |
|
||||
| | `--no-color` | Force disable color output. |
|
||||
| | `--paging=["never"/"always"]` | Enable/disable paging. |
|
||||
| | `--pager=[PAGER]` | Specify the pager to use. |
|
||||
| | `--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`.
|
||||
|
||||
|
||||
Please note this watches filesystem files, and not command output like `watch(1)`.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user