mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-11-07 16:24:06 +01:00
parent
daf888f5ed
commit
e609d1a2c5
@ -289,7 +289,9 @@ while shiftopt; do
|
|||||||
|
|
||||||
# bat options
|
# bat options
|
||||||
-*) {
|
-*) {
|
||||||
BAT_ARGS+=("$OPT=$OPT_VAL")
|
if [[ -n "$OPT_VAL" ]]; then BAT_ARGS+=("$OPT=$OPT_VAL");
|
||||||
|
else BAT_ARGS+=("$OPT");
|
||||||
|
fi
|
||||||
} ;;
|
} ;;
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
|
Loading…
Reference in New Issue
Block a user