mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Docs: Add command that generates an overview of YAML config values
see https://docs.photoprism.app/getting-started/config-files/ Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -7,9 +7,10 @@ import (
|
||||
// ShowCommand registers the show subcommands.
|
||||
var ShowCommand = cli.Command{
|
||||
Name: "show",
|
||||
Usage: "Shows supported formats, standards, and features",
|
||||
Usage: "Shows supported formats, features, and config options",
|
||||
Subcommands: []cli.Command{
|
||||
ShowConfigCommand,
|
||||
ShowFlagsCommand,
|
||||
ShowOptionsCommand,
|
||||
ShowFiltersCommand,
|
||||
ShowFormatsCommand,
|
||||
|
||||
Reference in New Issue
Block a user