From 45c4ea320b0052aff7c1423e9299c196ddecd861 Mon Sep 17 00:00:00 2001 From: GHOST Date: Tue, 30 Apr 2024 17:43:36 +0000 Subject: [PATCH] docs: add possible styles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57baf2b0..1ac88ea7 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ You can use the `--style` option to control the appearance of `bat`s output. You can use `--style=numbers,changes`, for example, to show only Git changes and line numbers but no grid and no file header. Set the `BAT_STYLE` environment variable to make these changes permanent or use `bat`s -[configuration file](https://github.com/sharkdp/bat#configuration-file). +[configuration file](https://github.com/sharkdp/bat#configuration-file). Possible values: `auto`, `changes`, `grid`, `rule`, `header`, `header-filename`, `header-filesize`, `numbers`, `snip`, `full`, `default`, `plain`. ### Adding new syntaxes / language definitions