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

Function selectionQuestion

cli/console.ts:133–137  ·  view source on GitHub ↗
(questionText: string, options: string[])

Source from the content-addressed store, hash-verified

131}
132
133export function selectionQuestion(questionText: string, options: string[]) {
134 return readlineSync.keyInSelect(options, `${questionText}\n`, {
135 cancel: false
136 });
137}
138
139function prompt(questionText: string, options?: readlineSync.BasicOptions) {
140 writeStdOut(questionText);

Callers 1

getBigQueryCredentialsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected