add "cluster ls", put "status" into "cluster status" (#5)

This commit is contained in:
T. von Dein
2026-04-28 13:43:13 +02:00
parent 3cbc67567b
commit f27f9157fb
8 changed files with 115 additions and 95 deletions

View File

@@ -30,7 +30,7 @@ import (
)
const (
Version string = `v0.0.2`
Version string = `v0.0.3`
)
type Cluster struct {
@@ -49,6 +49,7 @@ type Config struct {
From, To, MaxItems int // search: flags
Filter []string // search: -F
Exclude string // cluster compare: -e (regexp)
All bool // cluster status: -a
}
func NewConfig() *Config {