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
Currently, as of 07f4eb9, we can ask for e.g. srgn --python strings, meaning a single language scope. It would be neat to support passing multiple, which are OR'd together:
Currently, as of 07f4eb9, we can ask for e.g.
srgn --python strings
, meaning a single language scope. It would be neat to support passing multiple, which are OR'd together:and also some logic for subtraction, which would work like normal set logic:
srgn --python class --not-python methods 'whatever'
which would match all contents of Python
class
bodies expect for those of methods.As a feature, this wouldn't be too complex and unlock a whole new dimension of querying (while remaining dead simple).
The text was updated successfully, but these errors were encountered: