mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01: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:
@@ -4,7 +4,7 @@ import (
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
// ShowCommand registers the show subcommands.
|
||||
// ShowCommand configures the show subcommands.
|
||||
var ShowCommand = cli.Command{
|
||||
Name: "show",
|
||||
Usage: "Shows supported formats, features, and config options",
|
||||
|
||||
Reference in New Issue
Block a user