1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01: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

View File

@@ -2,4 +2,4 @@
ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
bat cache --init --source="$ASSET_DIR" --target="$ASSET_DIR"
bat cache --init --blank --source="$ASSET_DIR" --target="$ASSET_DIR"