mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Thumbs: Improve thumbnail types and sizes report #4300
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -12,8 +12,9 @@ import (
|
||||
|
||||
// ShowFileFormatsCommand configures the command name, flags, and action.
|
||||
var ShowFileFormatsCommand = cli.Command{
|
||||
Name: "file-formats",
|
||||
Usage: "Displays supported media and sidecar file formats",
|
||||
Name: "file-formats",
|
||||
Aliases: []string{"formats"},
|
||||
Usage: "Displays supported media and sidecar file formats",
|
||||
Flags: append(report.CliFlags, cli.BoolFlag{
|
||||
Name: "short, s",
|
||||
Usage: "hide format descriptions",
|
||||
|
||||
Reference in New Issue
Block a user