Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
function
prompt(question) {
16
return
new
Promise((resolve) => {
17
rl.question(question, resolve);
18
});
19
}
20
21
function
parseArgs() {
22
const
args = process.argv.slice(2);
Callers
1
createPlugin
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected