MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / manualHint

Function manualHint

src/bin/codegraph.ts:492–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490 );
491
492 const manualHint = () => {
493 clack.log.info(
494 `If ${isOne ? "it's" : "they're"} your code, add ${isOne ? 'it' : 'them'} to ${PROJECT_CONFIG_FILENAME} and re-index:`,
495 );
496 clack.log.info(` ${snippet}`);
497 };
498
499 if (!opts.interactive || !process.stdin.isTTY) {
500 manualHint();

Callers 1

offerIndexIgnoredReposFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected