| 6 | import { ensureTrailingNewline } from '../utils/text.js'; |
| 7 | |
| 8 | interface CodeSearchCommandOptions { |
| 9 | language?: string; |
| 10 | json?: boolean; |
| 11 | } |
| 12 | |
| 13 | export function registerCodeSearchCommand(program: Command, context: CliContext): void { |
| 14 | program |
nothing calls this directly
no outgoing calls
no test coverage detected