Closed worldomonation closed 6 years ago
Carried on with additional refactoring on master branch in the forked repository:
adr-query
entry pointadr.cli:query_handler
for changeset c53fe73
run_query
(old) renamed to load_and_run_query
; code logic remains unchanged.run_query
created to mirror run_recipe
. It wraps around the top level business logic of the old cli
method.Please rebase this on the latest master, I added a whole bunch of new ARGUMENT_GROUPS and it looks like these might be lost.
Incorporated upstream changes, moved the new ARGUMENT_GROUPS
from cli.py to recipe.py like in the refactor.
Made multiple changes, not all of them complete or as modularized as I like.
adr query
andadr recipe
/recipe
andquery
to helper functions.