Added repl command to CLI; closes #472

This commit is contained in:
Rhet Turnbull
2021-06-19 17:31:02 -07:00
parent ca8397bc97
commit 5d7dea3fc3
4 changed files with 78 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ Alternatively, you can also run the command line utility like this: ``python3 -m
persons Print out persons (faces) found in the Photos library.
places Print out places found in the Photos library.
query Query the Photos database using 1 or more search options; if...
repl Run interactive osxphotos shell
tutorial Display osxphotos tutorial.
To get help on a specific command, use ``osxphotos help <command_name>``