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

Function NewSetCommand

internal/cmdsync/cmdsyncset.go:48–50  ·  view source on GitHub ↗
(parent string)

Source from the content-addressed store, hash-verified

46}
47
48func NewSetCommand(parent string) *cobra.Command {
49 return NewSetRunner(parent).Command
50}
51
52type SetRunner struct {
53 Dependency kptfile.Dependency

Callers 1

NewRunnerFunction · 0.85

Calls 1

NewSetRunnerFunction · 0.85

Tested by

no test coverage detected