Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ enter
Function
enter
internal/prompter/huh_prompter_test.go:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
func
enter() interactionStep {
74
return
interactionStep{bytes: []byte(
"\r"
)}
75
}
76
77
func
toggle() interactionStep {
78
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