MCPcopy Create free account
hub / github.com/github/awesome-copilot / prompt

Function prompt

eng/create-skill.mjs:13–17  ·  view source on GitHub ↗
(question)

Source from the content-addressed store, hash-verified

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

Callers 2

createSkillTemplateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected