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

Function NewCommand

internal/cmdget/cmdget.go:56–58  ·  view source on GitHub ↗
(parent string)

Source from the content-addressed store, hash-verified

54}
55
56func NewCommand(parent string) *cobra.Command {
57 return NewRunner(parent).Command
58}
59
60// Runner contains the run function
61type Runner struct {

Callers 2

GetAnthosCommandsFunction · 0.92
GetPkgCommandFunction · 0.92

Calls 1

NewRunnerFunction · 0.70

Tested by

no test coverage detected