# `CMDC.Backend.Results.GrepMatch`
[🔗](https://github.com/tuplehq/cmdc/blob/v0.4.0/lib/cmdc/backend/results.ex#L98)

grep 单条匹配（对标 deepagents `GrepMatch` TypedDict）。

# `t`

```elixir
@type t() :: %{path: String.t(), line: pos_integer(), text: String.t()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
