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

Function disablePromptConfig

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

Source from the content-addressed store, hash-verified

487}
488
489func disablePromptConfig() gh.Config {
490 return config.NewMockConfigFromString("prompt: disabled")
491}
492
493func enableAccessiblePrompterConfig() gh.Config {
494 return config.NewMockConfigFromString("accessible_prompter: enabled")

Callers 1

Test_newIOStreams_promptFunction · 0.85

Calls 1

NewMockConfigFromStringFunction · 0.92

Tested by

no test coverage detected