MCPcopy Create free account
hub / github.com/crc-org/crc-cloud / executeWithLogging

Function executeWithLogging

cmd/cmd/root.go:72–76  ·  view source on GitHub ↗
(_ string, input func(cmd *cobra.Command, args []string) error)

Source from the content-addressed store, hash-verified

70}
71
72func executeWithLogging(_ string, input func(cmd *cobra.Command, args []string) error) func(cmd *cobra.Command, args []string) error {
73 return func(cmd *cobra.Command, args []string) error {
74 return input(cmd, args)
75 }
76}
77
78func runPostrun() {
79}

Callers 1

attachMiddlewareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected