Backend: Add a 'search' CLI command

This commit is contained in:
SeeSchloss
2023-04-10 17:13:01 +02:00
committed by Michael Mayer
parent 9e086c7ebd
commit a891da7dec
2 changed files with 57 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ var PhotoPrism = []cli.Command{
ShowCommand,
VersionCommand,
ShowConfigCommand,
SearchCommand,
ConnectCommand,
}