MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / runVersion

Function runVersion

cmd/cql/internal/help.go:75–77  ·  view source on GitHub ↗
(cmd *Command, args []string)

Source from the content-addressed store, hash-verified

73}
74
75func runVersion(cmd *Command, args []string) {
76 fmt.Print(PrintVersion(false))
77}
78
79func printParamHelp(flagSet *flag.FlagSet) {
80 if flagSet.Name() != "" {

Callers

nothing calls this directly

Calls 2

PrintVersionFunction · 0.85
PrintMethod · 0.80

Tested by

no test coverage detected