MCPcopy Index your code
hub / github.com/foxcpp/maddy / mapStdlibFlags

Function mapStdlibFlags

internal/cli/extflag.go:55–60  ·  view source on GitHub ↗
(app *cli.App)

Source from the content-addressed store, hash-verified

53}
54
55func mapStdlibFlags(app *cli.App) {
56 // Modified AllowExtFlags from cli lib with -test.* exception removed.
57 flag.VisitAll(func(f *flag.Flag) {
58 app.Flags = append(app.Flags, &extFlag{f})
59 })
60}

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected