mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-05 16:57:17 +08:00
CLI: Add command flag to show deleted user accounts #4570
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user