mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-11-07 16:24:06 +01:00
docs: Convert usage section into code block to work around mdroff
This commit is contained in:
parent
644c817ba2
commit
5fc43a2d8c
@ -9,8 +9,8 @@ This script supports using [delta](https://github.com/dandavison/delta) as an al
|
||||
|
||||
## Usage
|
||||
|
||||
`batdiff [OPTIONS] FILE`
|
||||
`batdiff [OPTIONS] FILE OTHER_FILE`
|
||||
batdiff [OPTIONS] FILE
|
||||
batdiff [OPTIONS] FILE OTHER_FILE
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ Search through files or directories looking for matching regular expressions (or
|
||||
|
||||
## Usage
|
||||
|
||||
`batgrep [OPTIONS] PATTERN [PATH...]`
|
||||
batgrep [OPTIONS] PATTERN [PATH...]
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ Gone are the days of losing your place while reading through monotone manual pag
|
||||
|
||||
## Usage
|
||||
|
||||
`batman [SECTION] [ENTRY]`
|
||||
batman [SECTION] [ENTRY]
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ Please note this watches filesystem files, and not command output like `watch(1)
|
||||
|
||||
## Usage
|
||||
|
||||
`batwatch [OPTIONS] FILE...`
|
||||
batwatch [OPTIONS] FILE...
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ The only thing better than syntax highlighting? Syntax highlighting *and* code f
|
||||
|
||||
## Usage
|
||||
|
||||
`prettybat [OPTIONS] [PATH...]`
|
||||
prettybat [OPTIONS] [PATH...]
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user