quasilyte / phpgrep

Syntax-aware grep for PHP code.
MIT License
236 stars 10 forks source link

Make it possible to use named matches inside -format templates #48

Closed quasilyte closed 3 years ago

quasilyte commented 3 years ago

See #27.

$ phpgrep -format '{{.x}}' test.php '$foo = $x'