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

Struct AliasConfig

internal/config/config.go:531–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531type AliasConfig struct {
532 cfg *ghConfig.Config
533}
534
535func (a *AliasConfig) Get(alias string) (string, error) {
536 return a.cfg.Get([]string{aliasesKey, alias})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected