MCPcopy Index your code
hub / github.com/cli/cli / defaultLogRenderer

Function defaultLogRenderer

pkg/cmd/agent-task/create/create.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func defaultLogRenderer() shared.LogRenderer {
46 return shared.NewLogRenderer()
47}
48
49func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Command {
50 opts := &CreateOptions{

Callers

nothing calls this directly

Calls 1

NewLogRendererFunction · 0.92

Tested by

no test coverage detected