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

Function evalCmd

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

Source from the content-addressed store, hash-verified

158}
159
160func evalCmd(cmd *kingpin.CmdClause) *kingpin.CmdClause {
161 deploymentArg(cmd)
162 attributeArg(cmd)
163 return cmd
164}
165
166func buildCmd(cmd *kingpin.CmdClause) *kingpin.CmdClause {
167 selectorFlags(cmd)

Callers 1

morph.goFile · 0.85

Calls 2

deploymentArgFunction · 0.85
attributeArgFunction · 0.85

Tested by

no test coverage detected