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