mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-15 21:31:57 +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:
@@ -15,7 +15,7 @@ import (
|
||||
"github.com/photoprism/photoprism/pkg/clean"
|
||||
)
|
||||
|
||||
// ImportCommand registers the import cli command.
|
||||
// ImportCommand configures the command name, flags, and action.
|
||||
var ImportCommand = cli.Command{
|
||||
Name: "mv",
|
||||
Aliases: []string{"import"},
|
||||
|
Reference in New Issue
Block a user