Skip to content

Commit

Permalink
docs: add help text for qrcode util contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 28, 2024
1 parent e4b6312 commit c0ac616
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions contrib/qrcode_util/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# QR Code Utils

Small util for encoding and decoding QR code content.

```bash
usage: qrcode_util.py [-h] [--write] [--read]

Encode or decode QR code data.

options:
-h, --help show this help message and exit
--write Write data from STDIN to a QRCode.
--read Read QRCode data from STDIN and print to terminal.
```

## Convert QR Code to JSON

```bash
Expand Down

0 comments on commit c0ac616

Please sign in to comment.