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

Method AuthToken

internal/prompter/huh_prompter.go:204–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204func (p *huhPrompter) AuthToken() (string, error) {
205 form, result := p.buildAuthTokenForm()
206 err := p.runForm(form)
207 return *result, err
208}
209
210func (p *huhPrompter) buildConfirmDeletionForm(requiredValue string) *huh.Form {
211 return p.newForm(

Callers

nothing calls this directly

Calls 2

buildAuthTokenFormMethod · 0.95
runFormMethod · 0.95

Tested by

no test coverage detected