1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-29 18:01:43 +00:00

Add new '--blank' option for 'bat cache --init'

closes #206
This commit is contained in:
sharkdp
2018-08-20 21:12:52 +02:00
committed by David Peter
parent 6882fc1512
commit 2df3305b94
4 changed files with 30 additions and 4 deletions
+6
View File
@@ -210,6 +210,12 @@ impl App {
.help(
"Use a different directory to store the cached syntax and theme set",
),
).arg(
Arg::with_name("blank")
.long("blank")
.requires("init")
.help("Create completely new syntax and theme sets \
(instead of appending to the default sets")
),
).help_message("Print this help message.")
.version_message("Show version information.")