mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-22 12:58:26 +00:00
doc: mention BAT_THEME in help output
This commit is contained in:
parent
052425b12f
commit
8e6c5bc562
@ -129,7 +129,10 @@ impl App {
|
|||||||
.help("Set the theme for highlighting")
|
.help("Set the theme for highlighting")
|
||||||
.long_help(
|
.long_help(
|
||||||
"Set the theme for syntax highlighting. Use '--list-themes' to \
|
"Set the theme for syntax highlighting. Use '--list-themes' to \
|
||||||
see all available themes",
|
see all available themes. To set a default theme export the \
|
||||||
|
BAT_THEME environment variable e.g. use export \
|
||||||
|
BAT_THEME=\"TwoDark\" in your shells startup file to \
|
||||||
|
permanently use the TwoDark theme.",
|
||||||
),
|
),
|
||||||
).arg(
|
).arg(
|
||||||
Arg::with_name("line-range")
|
Arg::with_name("line-range")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user