MCPcopy Index your code
hub / github.com/github/awesome-copilot / prompt

Function prompt

eng/create-plugin.mjs:15–19  ·  view source on GitHub ↗
(question)

Source from the content-addressed store, hash-verified

13});
14
15function prompt(question) {
16 return new Promise((resolve) => {
17 rl.question(question, resolve);
18 });
19}
20
21function parseArgs() {
22 const args = process.argv.slice(2);

Callers 1

createPluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected