var pluginLong …
var pluginExample …
var pluginListLong …
var ValidPluginFilenamePrefixes …
func NewCmdPlugin(streams genericiooptions.IOStreams) *cobra.Command { … }
type PluginListOptions …
func NewCmdPluginList(streams genericiooptions.IOStreams) *cobra.Command { … }
func (o *PluginListOptions) Complete(cmd *cobra.Command) error { … }
func (o *PluginListOptions) Run() error { … }
func (o *PluginListOptions) ListPlugins() ([]string, []error) { … }
type PathVerifier …
type CommandOverrideVerifier …
func (v *CommandOverrideVerifier) Verify(path string) []error { … }
func isExecutable(fullPath string) (bool, error) { … }
func uniquePathsList(paths []string) []string { … }
func hasValidPrefix(filepath string, validPrefixes []string) bool { … }