MCPcopy Create free account
hub / github.com/cursor/plugins / usage

Function usage

orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:26–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26function usage(): never {
27 console.error(
28 "usage: bun nudge-root.ts <agent-id>\n" +
29 " (--message <text> | --message-file <path> | --stdin)\n" +
30 " [--wait-idle] [--max-wait <seconds>] [--poll-ms <ms>]"
31 );
32 process.exit(2);
33}
34
35interface Args {
36 agentId: string;

Callers 3

requireValueFunction · 0.85
parseArgsFunction · 0.85
setMessageSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected