Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ enter
Function
enter
internal/prompter/huh_prompter_test.go:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
func
enter() interactionStep {
66
return
interactionStep{bytes: []byte(
"\r"
)}
67
}
68
69
func
toggle() interactionStep {
70
return
interactionStep{bytes: []byte(
"x"
)}
Callers
12
TestHuhPrompterInput
Function · 0.85
TestHuhPrompterSelect
Function · 0.85
TestHuhPrompterMultiSelect
Function · 0.85
TestHuhPrompterConfirm
Function · 0.85
TestHuhPrompterPassword
Function · 0.85
TestHuhPrompterMarkdownEditor
Function · 0.85
TestHuhPrompterMultiSelectWithSearch
Function · 0.85
TestHuhPrompterMultiSelectWithSearchPersistence
Function · 0.85
TestHuhPrompterAuthToken
Function · 0.85
TestHuhPrompterConfirmDeletion
Function · 0.85
TestHuhPrompterInputHostname
Function · 0.85
TestHuhPrompterMultiSelectWithSearchBackspace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected