fix anime query

This commit is contained in:
ksyasuda
2021-11-11 15:17:55 -08:00
parent 69e4ee0c87
commit 95781fd750
2 changed files with 10 additions and 3 deletions

View File

@@ -43,7 +43,11 @@ quit() {
}
run() {
"$CMD" "$*"
if [[ "$VERBOSE" -eq 0 ]]; then
"$CMD" "$*"
else
"$CMD" -v "$*"
fi
}
log() {