MCPcopy Create free account
hub / github.com/auth0/auth0-cli / init

Function init

internal/cli/templates.go:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11)
12
13func init() {
14 cobra.AddTemplateFunc("WrappedInheritedFlagUsages", WrappedInheritedFlagUsages)
15 cobra.AddTemplateFunc("WrappedLocalFlagUsages", WrappedLocalFlagUsages)
16 cobra.AddTemplateFunc("WrappedAliases", WrappedAliases)
17}
18
19// WrappedInheritedFlagUsages returns a string containing the usage information
20// for all flags which were inherited from parent commands, wrapped to the

Callers 2

wrapperFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected