()
| 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(); |
no outgoing calls
no test coverage detected