MCPcopy Create free account
hub / github.com/anchordotdev/cli / executeSkip

Function executeSkip

cmdtest/cmdtest.go:70–76  ·  view source on GitHub ↗
(cmd *cobra.Command, args ...string)

Source from the content-addressed store, hash-verified

68}
69
70func executeSkip(cmd *cobra.Command, args ...string) (*bytes.Buffer, error) {
71 cmd = cli.NewTestCmd(cmd)
72 cfg := cli.ConfigFromCmd(cmd)
73 cfg.Test.SkipRunE = true
74
75 return execute(cmd, args...)
76}

Callers 1

TestErrorFunction · 0.85

Calls 3

NewTestCmdFunction · 0.92
ConfigFromCmdFunction · 0.92
executeFunction · 0.85

Tested by 1

TestErrorFunction · 0.68