MCPcopy 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
53func PromptUntil(opts []string) (string, error) {
54 return Default.PromptUntil(opts)
55}
56
57func PromptUntilYorN() bool {
58 return Default.PromptUntilYorN()

Callers

nothing calls this directly

Calls 1

PromptUntilMethod · 0.80

Tested by

no test coverage detected