adding a TODO for help

This commit is contained in:
Matthias Johnson 2024-12-28 21:08:26 -07:00
parent 5153a250b6
commit 6fd6ffe62f

2
bwz
View file

@ -12,7 +12,7 @@ while getopts "hs" o; do
case "${o}" in case "${o}" in
h) h)
# show help # show help
showDocs # TODO: implement help
;; ;;
s) s)
SYNC_CACHE=true SYNC_CACHE=true