MCPcopy Create free account
hub / github.com/netlify/cli / answerWithValue

Function answerWithValue

tests/integration/utils/handle-questions.ts:60–60  ·  view source on GitHub ↗
(value = '')

Source from the content-addressed store, hash-verified

58}
59
60export const answerWithValue = (value = '') => [value, CONFIRM].flat()
61
62export const CONFIRM = '\n'
63export const DOWN = '\u001B[B'

Callers 10

asyncErrorBlockFunction · 0.85
init.test.tsFile · 0.85
clone.test.tsFile · 0.85
recipes.test.tsFile · 0.85
env.test.tsFile · 0.85
create.test.tsFile · 0.85

Calls

no outgoing calls

Tested by 2

asyncErrorBlockFunction · 0.68