Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HashLoad/boss
/ PromptUntil
Function
PromptUntil
msg/msg.go:53–55 ·
view source on GitHub ↗
(opts []string)
Source
from the content-addressed store, hash-verified
51
}
52
53
func
PromptUntil(opts []string) (string, error) {
54
return
Default.PromptUntil(opts)
55
}
56
57
func
PromptUntilYorN() bool {
58
return
Default.PromptUntilYorN()
Callers
nothing calls this directly
Calls
1
PromptUntil
Method · 0.80
Tested by
no test coverage detected