MCPcopy
hub / github.com/cli/cli / AliasConfig

Struct AliasConfig

internal/config/config.go:518–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518type AliasConfig struct {
519 cfg *ghConfig.Config
520}
521
522func (a *AliasConfig) Get(alias string) (string, error) {
523 return a.cfg.Get([]string{aliasesKey, alias})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected