Cannot run query on a single file
Opened this issue · 2 comments
meain commented
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.
BrianHicks commented
Oof, what an annoying bug. I can reproduce and I’ll have a look at this when I can!
… On Sep 8, 2023, at 1:48 AM, Abin Simon ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub <#355>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACWYSPCY2EBM2ANZ5D5QDDXZK5SZANCNFSM6AAAAAA4P5OD34>.
You are receiving this because you are subscribed to this thread.