MCPcopy Create free account
hub / github.com/cli/cli / disablePromptConfig

Function disablePromptConfig

internal/ghcmd/cmd_test.go:603–605  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601}
602
603func disablePromptConfig() gh.Config {
604 return config.NewMockConfigFromString("prompt: disabled")
605}
606
607func enableAccessiblePrompterConfig() gh.Config {
608 return config.NewMockConfigFromString("accessible_prompter: enabled")

Callers 1

Test_newIOStreams_promptFunction · 0.85

Calls 1

NewMockConfigFromStringFunction · 0.92

Tested by

no test coverage detected