entropia / paperless-asn-qr-codes

GNU General Public License v3.0
32 stars 20 forks source link

Usage examples in README #6

Closed jcgruenhage closed 5 months ago

melsenm commented 6 months ago

@margau when I use the command paperless-asn-qr-codes --border 1 test.pdf I'll get the following error: _usage: paperless-asn-qr-codes [-h] start_asn outputfile paperless-asn-qr-codes: error: unrecognized arguments: --border

What am I doing wrong? Without the --border argument it works perfect

margau commented 6 months ago

It is possible that the current implementation with borders was not yet released to pypi. @jcgruenhage can you have a look here?

gparent commented 5 months ago

What @margau says is correct, the current release on PyPi is from the same date as this repo's initial commit, which did not include the --border argument.

Simon01011 commented 5 months ago

Is it possible to have the current commit to be released on PyPi? That would be great!

jcgruenhage commented 5 months ago

The current version has been released, the border argument should now work