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

Struct HelperConfig

pkg/cmd/auth/shared/gitcredentials/helper_config.go:15–18  ·  view source on GitHub ↗

A HelperConfig is used to configure and inspect the state of git credential helpers.

Source from the content-addressed store, hash-verified

13
14// A HelperConfig is used to configure and inspect the state of git credential helpers.
15type HelperConfig struct {
16 SelfExecutablePath string
17 GitClient *git.Client
18}
19
20// ConfigureOurs sets up the git credential helper chain to use the GitHub CLI credential helper for git repositories
21// including gists.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected