MCPcopy Index your code
hub / github.com/bombshell-dev/clack / fakeCommand

Function fakeCommand

examples/basic/task-log.ts:21–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21async function* fakeCommand() {
22 for (let i = 0; i < 100; i++) {
23 yield `line \x1b[32m${i}\x1b[39m...`;
24 await setTimeout(80);
25 }
26}
27
28main();

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected