You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
When trying to run a query tree-grepper -q go '...' main.go runs it on all files in the dir recursively instead of just main.go. --show-tree however works on a single file.
When trying to run a query
tree-grepper -q go '...' main.goruns it on all files in the dir recursively instead of justmain.go.--show-treehowever works on a single file.