Versions in this module Expand all Collapse all v8 v8.17.0 Nov 18, 2025 Changes in this version + var ErrFailed = errors.New("command failed") + var ParseErr = errors.New("incorrect type for arg") + func IsPluginCommand(osArgs []string) (configv3.Plugin, bool) + func PluginCommandNames() []string + func RunPlugin(plugin configv3.Plugin) error + type DisplayUsage interface + DisplayUsage func() + type UI interface + DisplayError func(err error) + DisplayText func(template string, templateValues ...map[string]interface{}) + DisplayWarning func(template string, templateValues ...map[string]interface{}) + FlushDeferred func() Other modules containing this package code.cloudfoundry.org/cli