Add nodes and cluster settings support (#9)

This commit is contained in:
T. von Dein
2026-05-05 12:06:34 +02:00
parent a169d23b90
commit fcfeaf66a9
7 changed files with 265 additions and 335 deletions

View File

@@ -76,6 +76,7 @@ func Main() int {
Index(conf),
Snapshot(conf),
Cluster(conf),
Node(conf),
},
Before: func(ctx context.Context, cmd *cli.Command) (context.Context, error) {