ffq
ffq copied to clipboard
Extract parser from main command.
This makes it easier to use ffq from python instead as from the command line, e.g.:
from ffq.main import parser, run_ffq
args = parser.parse_args(["SRP373424"])
study_data = run_ffq(args)