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

Function disablePromptConfig

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

Source from the content-addressed store, hash-verified

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

Callers 1

Test_newIOStreams_promptFunction · 0.85

Calls 1

NewFromStringFunction · 0.92

Tested by

no test coverage detected