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

Function enableAccessiblePrompterConfig

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

Source from the content-addressed store, hash-verified

493}
494
495func enableAccessiblePrompterConfig() gh.Config {
496 return config.NewFromString("accessible_prompter: enabled")
497}
498
499func disableAccessiblePrompterConfig() gh.Config {
500 return config.NewFromString("accessible_prompter: disabled")

Calls 1

NewFromStringFunction · 0.92

Tested by

no test coverage detected