Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 467 Bytes

File metadata and controls

22 lines (15 loc) · 467 Bytes

QR Code Generator — CLI

mytoolkit qrcode --text <string> [--size N] --out <file>

--out is required (binary PNG output cannot go to stdout).

Example

$ mytoolkit qrcode --text "https://example.com" --size 256 --out qr.png
$ mytoolkit qrcode --text "hello"
Error: --out <file> is required (binary PNG output cannot go to stdout)