MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / init

Function init

cmd/cql/internal/create.go:54–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func init() {
55 CmdCreate.Run = runCreate
56
57 addCommonFlags(CmdCreate)
58 addConfigFlag(CmdCreate)
59 addWaitFlag(CmdCreate)
60 addCreateFlags(CmdCreate)
61}
62
63// List is a list of strings for flag usage.
64type List struct {

Callers

nothing calls this directly

Calls 4

addCommonFlagsFunction · 0.85
addConfigFlagFunction · 0.85
addWaitFlagFunction · 0.85
addCreateFlagsFunction · 0.85

Tested by

no test coverage detected