Anthony Foglia
Anthony Foglia
Here's my code mod file (with the actual names changed): ``` ( Query() .select_function("my_function") .rename("FOUND!") .diff() ) ``` $ bowler --version bowler 0.6.0 $ bowler run my_codemod.py common Traceback (most...
Also, when I run "bowler --debug" I see it looking for those deeper files, but claiming there's no matches, when a simple ag search shows there are.
I didn't realize I needed to import main, and instantiate Query with sys.argv[1:]. Again, not in the docs. It's actually a class. I believe I saw in the examples to...