MCPcopy Create free account
hub / github.com/caarlos0/tasktimer / Execute

Function Execute

internal/cmd/root.go:9–11  ·  view source on GitHub ↗
(version string, exit func(int), args []string)

Source from the content-addressed store, hash-verified

7)
8
9func Execute(version string, exit func(int), args []string) {
10 newRootCmd(version, exit).Execute(args)
11}
12
13type rootCmd struct {
14 cmd *cobra.Command

Callers 1

mainFunction · 0.92

Calls 2

newRootCmdFunction · 0.85
ExecuteMethod · 0.80

Tested by

no test coverage detected