Space out plugin list in mmctl (#25986)
* Space out plugin list in mmctl * Fix test * Fix test part 2
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
ed82ca8d11
Коммит
d9200ab5e9
@@ -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)
|
||||
|
||||
Ссылка в новой задаче
Block a user