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
h)
# show help
showDocs
# TODO: implement help
;;
s)
SYNC_CACHE=true