quasilyte / phpgrep

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

Finding the last line of the class implementation. #81

Open kwjurkiewicz opened 1 year ago

kwjurkiewicz commented 1 year ago

According to the documentation there's option to print first line of searching element: --format {{.Line}}. Is it possible to print the last one? (i.e. last line of the class implementation).