MCPcopy 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
17func Execute() {
18 if err := NewRootCmd().Execute(); err != nil {
19 os.Exit(1)
20 }
21}
22
23func NewRootCmd() *cobra.Command {
24 var (

Callers 1

mainFunction · 0.92

Calls 1

NewRootCmdFunction · 0.85

Tested by

no test coverage detected