Skip to content

Commit

Permalink
Misc updates to cli arg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Long committed Aug 14, 2024
1 parent 3159ebb commit 2867852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Values are resolved in the following order:
Do not replace spaces in link texts by [non-breaking spaces][wiki nbsp].
- `keep-linebreaks`:
Do not remove existing linebreaks during the line-wrapping process.
- `--completion`:
- `--completion <COMPLETION>`:
Output shell completion file for the given shell to stdout and exit.
The following shells are supported:
bash, elvish, fish, powershell, zsh.
Expand Down Expand Up @@ -282,12 +282,12 @@ Values are resolved in the following order:
[lcs](https://docs.rs/similar/latest/similar/algorithms/lcs/index.html)
algorithm.
See `diff-myers` for useful downstream tools.
- `--diff-pager`:
- `--diff-pager <DIFF_PAGER>`:
Specify a downstream pager for diffs (with args) that reads diffs from stdin.
This is useful if you want to display a diff nicely.
For example, specify `delta --side-by-side` to get a side-by-side view.
This flag is ignored unless a diff-type report has been requested.
- `--stdin-filepath`:
- `--stdin-filepath <STDIN_FILEPATH>`:
The path to the file that is read from stdin.
This is used to determine relevant config files when reading from stdin and to
run an upstream formatter.
Expand Down

0 comments on commit 2867852

Please sign in to comment.