MCPcopy
hub / github.com/cli/cli / NoSuchPromptErr

Function NoSuchPromptErr

internal/prompter/test.go:171–173  ·  view source on GitHub ↗
(prompt string)

Source from the content-addressed store, hash-verified

169}
170
171func NoSuchPromptErr(prompt string) error {
172 return fmt.Errorf("no such prompt '%s'", prompt)
173}
174
175func NoSuchAnswerErr(answer string, options []string) error {
176 return fmt.Errorf("no such answer '%s' in [%s]", answer, strings.Join(options, ", "))

Callers 15

Test_deleteAssetRunFunction · 0.92
Test_deleteRunFunction · 0.92
TestLoginFunction · 0.92
Test_loginRun_SurveyFunction · 0.92
TestRunViewWeb_TTYFunction · 0.92
Test_runLockFunction · 0.92
TestIssueCreate_recoverFunction · 0.92
TestDefaultRunFunction · 0.92
Test_UnarchiveRunFunction · 0.92

Calls 1

ErrorfMethod · 0.65

Tested by 15

Test_deleteAssetRunFunction · 0.74
Test_deleteRunFunction · 0.74
TestLoginFunction · 0.74
Test_loginRun_SurveyFunction · 0.74
TestRunViewWeb_TTYFunction · 0.74
Test_runLockFunction · 0.74
TestIssueCreate_recoverFunction · 0.74
TestDefaultRunFunction · 0.74
Test_UnarchiveRunFunction · 0.74