add cluster reroute commands, fix usage width bug (#59)

fixes #36
This commit is contained in:
T. von Dein
2026-06-29 13:08:05 +02:00
parent f9eded5f92
commit f5c8a23589
6 changed files with 466 additions and 91 deletions

View File

@@ -37,6 +37,7 @@ func Cluster(conf *cfg.Config) *cli.Command {
ClusterSwitch(conf),
ClusterList(conf),
ClusterSettings(conf),
ClusterReroute(conf),
},
}
}