show green and failed indices in status, rename red to failed in index ls (#81)

This commit is contained in:
T. von Dein
2026-07-08 10:23:01 +02:00
parent 03cfeb4336
commit 8614e09004
4 changed files with 36 additions and 17 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",