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

Function manualHint

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

Source from the content-addressed store, hash-verified

507 );
508
509 const manualHint = () => {
510 clack.log.info(
511 `If ${isOne ? "it's" : "they're"} your code, add ${isOne ? 'it' : 'them'} to ${PROJECT_CONFIG_FILENAME} and re-index:`,
512 );
513 clack.log.info(` ${snippet}`);
514 };
515
516 if (!opts.interactive || !process.stdin.isTTY) {
517 manualHint();

Callers 1

offerIndexIgnoredReposFunction · 0.85

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected