MCPcopy Create free account
hub / github.com/PaperElectron/Sundry / runAgain

Function runAgain

cli/interactive.js:113–123  ·  view source on GitHub ↗
(stop, run)

Source from the content-addressed store, hash-verified

111 * Reusable prompts
112 */
113function runAgain(stop, run){
114 return Prompt({
115 type: 'list',
116 name: 'runAgain',
117 message: stop + ' or ' + run,
118 choices: [
119 {name: stop, value: false},
120 {name: run, value: true}
121 ]
122 })
123}
124
125function continuePrompt(){
126 return Prompt({

Callers

nothing calls this directly

Calls 1

PromptFunction · 0.85

Tested by

no test coverage detected