ffq icon indicating copy to clipboard operation
ffq copied to clipboard

Extract parser from main command.

Open njohner opened this issue 1 year ago • 0 comments

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)

njohner avatar Aug 13 '24 07:08 njohner