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

Method ActiveUser

internal/gh/gh.go:165–165  ·  view source on GitHub ↗

ActiveUser will retrieve the username for the active user at the given hostname. This will not be accurate if the oauth token is set from an environment variable.

(hostname string)

Source from the content-addressed store, hash-verified

163 //
164 // This will not be accurate if the oauth token is set from an environment variable.
165 ActiveUser(hostname string) (username string, err error)
166
167 // Hosts retrieves a list of known hosts.
168 Hosts() []string

Implementers 1

AuthConfiginternal/config/config.go

Calls

no outgoing calls