MCPcopy
hub / github.com/spf13/cobra / UserCompletionTypeHelper

FuncType UserCompletionTypeHelper

completions_test.go:2946–2946  ·  view source on GitHub ↗
func(cmd *Command, args []string, toComplete string) ([]string, ShellCompDirective)

Source from the content-addressed store, hash-verified

2944 // This replicates the issue https://github.com/docker/cli/issues/5827
2945 // https://github.com/docker/cli/blob/b6e7eba4470ecdca460e4b63270fba8179674ad6/cli/command/completion/functions.go#L18
2946 type UserCompletionTypeHelper func(cmd *Command, args []string, toComplete string) ([]string, ShellCompDirective)
2947
2948 var userComp UserCompletionTypeHelper
2949

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…