Thumbs: Improve thumbnail types and sizes report #4300

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-05-29 10:02:52 +02:00
parent c55da7fc16
commit 9fef64c57d
4 changed files with 23 additions and 10 deletions

View File

@@ -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",