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