Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
Execute(version string, exit
func
(int), args []string) {
10
newRootCmd(version, exit).Execute(args)
11
}
12
13
type
rootCmd
struct
{
14
cmd *cobra.Command
Callers
1
main
Function · 0.92
Calls
2
newRootCmd
Function · 0.85
Execute
Method · 0.80
Tested by
no test coverage detected