MCPcopy Create free account
hub / github.com/kptdev/kpt / NewCommand

Function NewCommand

internal/cmdsync/cmdsync.go:49–51  ·  view source on GitHub ↗
(parent string)

Source from the content-addressed store, hash-verified

47}
48
49func NewCommand(parent string) *cobra.Command {
50 return NewRunner(parent).Command
51}
52
53type Runner struct {
54 Sync sync.Command

Callers 2

GetAnthosCommandsFunction · 0.92
GetPkgCommandFunction · 0.92

Calls 1

NewRunnerFunction · 0.70

Tested by

no test coverage detected