MCPcopy Index your code
hub / github.com/cloudfoundry/cli / getSortedPluginCommands

Method getSortedPluginCommands

command/common/help_command.go:349–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347}
348
349func (cmd HelpCommand) getSortedPluginCommands() []configv3.PluginCommand {
350 plugins := cmd.Config.Plugins()
351
352 var pluginCommands []configv3.PluginCommand
353 for _, plugin := range plugins {
354 pluginCommands = append(pluginCommands, plugin.PluginCommands()...)
355 }
356
357 return pluginCommands
358}

Callers 2

displayFullHelpMethod · 0.95
displayCommonCommandsMethod · 0.95

Calls 2

PluginCommandsMethod · 0.80
PluginsMethod · 0.65

Tested by

no test coverage detected