Skip to content

Commit

Permalink
Update pdfly/cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Dec 8, 2024
1 parent cffaf2f commit 31afa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfly/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def cat(
None, help="Document's user or owner password."
),
) -> None:
pdfly.cat.main(filename, fn_pgrgs, output, verbose, password)
pdfly.cat.main(filename, fn_pgrgs, output, verbose, password=password)


@entry_point.command(name="booklet", help=pdfly.booklet.__doc__) # type: ignore[misc]
Expand Down

0 comments on commit 31afa74

Please sign in to comment.