* Space out plugin list in mmctl

* Fix test

* Fix test part 2
Этот коммит содержится в:
Ben Schumacher
2024-01-31 13:48:00 +01:00
коммит произвёл GitHub
родитель ed82ca8d11
Коммит d9200ab5e9
2 изменённых файлов: 9 добавлений и 6 удалений

Просмотреть файл

@@ -187,6 +187,7 @@ func pluginListCmdF(c client.Client, cmd *cobra.Command, args []string) error {
printer.PrintT("{{.Manifest.Id}}: {{.Manifest.Name}}, Version: {{.Manifest.Version}}", plugin)
}
printer.Print("")
printer.Print("Listing disabled plugins")
for _, plugin := range pluginsResp.Inactive {
printer.PrintT("{{.Manifest.Id}}: {{.Manifest.Name}}, Version: {{.Manifest.Version}}", plugin)