Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux-de/pkgstats-cli
/ Execute
Function
Execute
cmd/root.go:17–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
)
16
17
func
Execute() {
18
if
err := NewRootCmd().Execute(); err != nil {
19
os.Exit(1)
20
}
21
}
22
23
func
NewRootCmd() *cobra.Command {
24
var
(
Callers
1
main
Function · 0.92
Calls
1
NewRootCmd
Function · 0.85
Tested by
no test coverage detected