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