-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli):
--<LANG>-query-file
option for reading queries from files (
#168) This adds support for reading language queries from files on disk. This new option works the same as the existing `--<LANG>-query` ones, e.g. `--python-query '(some_node (some_other_node))'` etc., except the argument to `--<LANG>-query-file` is a file path and the file contains the query. Don't forget to `@bind` nodes to names for results to show up etc.
- Loading branch information
Showing
4 changed files
with
157 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.