Feat: change syntax for extracting from on file
This commit is contained in:
parent
e3cc7d18a2
commit
8a279847ae
@ -16,8 +16,8 @@ def extract():
|
|||||||
|
|
||||||
|
|
||||||
@extract.command()
|
@extract.command()
|
||||||
@click.option("--pdf_file", help="Nom du fichier pdf", default="")
|
@click.argument("pdf_file", help="Nom du fichier pdf")
|
||||||
def file(pdf_file):
|
def on(pdf_file):
|
||||||
extract_save(pdf_file)
|
extract_save(pdf_file)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user