show green and failed indices in status, rename red to failed in index ls

This commit is contained in:
2026-07-08 09:57:39 +02:00
parent 03cfeb4336
commit 82c6d2e7bb
2 changed files with 12 additions and 6 deletions

View File

@@ -75,10 +75,10 @@ func IndexList(conf *cfg.Config) *cli.Command {
Aliases: []string{"H"},
},
&cli.BoolFlag{
Name: "reds",
Name: "failed",
Usage: "include only red failed indicies",
Destination: &conf.Failed,
Aliases: []string{"r"},
Aliases: []string{"f"},
},
&cli.StringSliceFlag{
Name: "filter",