Feat: change syntax for extracting from on file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user