#!/usr/bin/env node /** * dgrep - grep-compatible doc search * * Usage: dgrep [GREP_ARGS...] PATTERN [FILE|DIR ...] * * Behavior: * - Build/update view cache with converted text files * - Run system grep against view paths * - Rewrite output paths back to original paths */ export {};