added todo

This commit is contained in:
Rhet Turnbull
2019-08-24 08:36:57 -07:00
parent 39ef8ddf3f
commit a1038314e2

View File

@@ -7,6 +7,9 @@ import yaml
import osxphotos
# TODO: add query for description, name (contains text)
# TODO: add "--any" to search any field (e.g. keyword, description, name contains "wedding") (add case insensitive option)
class CLI_Obj:
def __init__(self, db=None, json=False):