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
The current behaviour is to output a line for every AST match, which could be multiple per line, including column numbers. This is a good default, but we might want to add an argument to control this:
--column=none
--column=first
--column=all # the current behaviour
--column=first would be the same as ripgrep's rg --column
I'm not sure how useful this would be in practice, so I'll only work on it if there is significant interest.
The text was updated successfully, but these errors were encountered:
The current behaviour is to output a line for every AST match, which could be multiple per line, including column numbers. This is a good default, but we might want to add an argument to control this:
--column=first
would be the same as ripgrep'srg --column
I'm not sure how useful this would be in practice, so I'll only work on it if there is significant interest.
The text was updated successfully, but these errors were encountered: