Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/keploy/keploy
/ LogExample
Function
LogExample
cli/provider/cmd.go:31–33 ·
view source on GitHub ↗
(example string)
Source
from the content-addressed store, hash-verified
29
)
30
31
func
LogExample(example string) string {
32
return
fmt.Sprintf(
"Example usage: %s"
, example)
33
}
34
35
var
CustomHelpTemplate = `
36
{{
if
.Example}}Examples:
Callers
1
Validate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected