MCPcopy Create free account
hub / github.com/DBCDK/morph / pushCmd

Function pushCmd

morph.go:176–181  ·  view source on GitHub ↗
(cmd *kingpin.CmdClause)

Source from the content-addressed store, hash-verified

174}
175
176func pushCmd(cmd *kingpin.CmdClause) *kingpin.CmdClause {
177 selectorFlags(cmd)
178 showTraceFlag(cmd)
179 deploymentArg(cmd)
180 return cmd
181}
182
183func executeCmd(cmd *kingpin.CmdClause) *kingpin.CmdClause {
184 selectorFlags(cmd)

Callers 1

morph.goFile · 0.85

Calls 3

selectorFlagsFunction · 0.85
showTraceFlagFunction · 0.85
deploymentArgFunction · 0.85

Tested by

no test coverage detected