Feat: change syntax for extracting from on file

This commit is contained in:
Bertrand Benjamin 2022-09-27 20:45:26 +02:00
parent e3cc7d18a2
commit 8a279847ae

View File

@ -16,8 +16,8 @@ def extract():
@extract.command()
@click.option("--pdf_file", help="Nom du fichier pdf", default="")
def file(pdf_file):
@click.argument("pdf_file", help="Nom du fichier pdf")
def on(pdf_file):
extract_save(pdf_file)