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()
|
||||
@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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user