#!/usr/bin/env node /** * drg - ripgrep-compatible doc search * * Usage: drg [RG_ARGS...] PATTERN [PATH ...] * * Behavior: * - Build/update view cache with converted text files * - Run system rg against view paths * - Rewrite output paths back to original paths */ export {};