mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-07 01:33:34 +08:00
CLI: Create thumbs and convert files in deterministic order #3194
This also adds support for specifying a path to the thumbs command. Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
"github.com/photoprism/photoprism/internal/entity"
|
||||
)
|
||||
|
||||
// ResetCommand resets the index, clears the cache, and removes sidecar files after confirmation.
|
||||
// ResetCommand configures the command name, flags, and action.
|
||||
var ResetCommand = cli.Command{
|
||||
Name: "reset",
|
||||
Usage: "Resets the index, clears the cache, and removes sidecar files",
|
||||
|
Reference in New Issue
Block a user