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

Struct AliasConfig

internal/config/config.go:575–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575type AliasConfig struct {
576 cfg *ghConfig.Config
577}
578
579func (a *AliasConfig) Get(alias string) (string, error) {
580 return a.cfg.Get([]string{aliasesKey, alias})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected