helixbass / tree-sitter-grep

The Unlicense
10 stars 1 forks source link

Fail on no captures #58

Closed helixbass closed 1 year ago

helixbass commented 1 year ago

In this PR:

Closes #44

To test: If you try passing a query with no captures in it eg -q (function_item) then it should print an error message (only once) that there must be at least one capture in the query and then exit with an error status code

Based on byte-offset