MCPcopy Create free account
hub / github.com/dataform-co/dataform / question

Function question

cli/console.ts:45–47  ·  view source on GitHub ↗
(questionText: string)

Source from the content-addressed store, hash-verified

43const DEFAULT_PROMPT = "> ";
44
45export function question(questionText: string) {
46 return prompt(questionText);
47}
48
49/**
50 * Test-friendly function that prompts the user for input. If running in a

Callers 1

getBigQueryCredentialsFunction · 0.90

Calls 1

promptFunction · 0.85

Tested by

no test coverage detected