CLI: Add command flag to show deleted user accounts #4570

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-10-11 11:37:11 +02:00
parent 3d220227bb
commit 51bc0f1f5a
7 changed files with 43 additions and 18 deletions

View File

@@ -71,8 +71,8 @@ var PhotoPrism = []cli.Command{
ConnectCommand,
}
// countFlag represents a CLI flag to limit the number of report rows.
var countFlag = cli.UintFlag{
// CountFlag represents a CLI flag to limit the number of report rows.
var CountFlag = cli.UintFlag{
Name: "n",
Usage: "`LIMIT` number of results",
Value: 100,