MCPcopy
hub / github.com/kptdev/kpt / VisitFlags

FuncType VisitFlags

internal/cmdcomplete/complete.go:28–28  ·  view source on GitHub ↗
func(cmd *cobra.Command, flag *pflag.Flag, cc *complete.Command)

Source from the content-addressed store, hash-verified

26)
27
28type VisitFlags func(cmd *cobra.Command, flag *pflag.Flag, cc *complete.Command)
29
30// Complete returns a completion command for a cobra command
31func Complete(cmd *cobra.Command, skipHelp bool, visitFlags VisitFlags) *complete.Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected