qrcode-rust icon indicating copy to clipboard operation
qrcode-rust copied to clipboard

Add man page

Open werdahias opened this issue 3 years ago • 1 comments

I am in the process of packaging your crate for debian. /usr/bin/qrencode has no man page. I started writing the man page, but I have no idea what the options etc. are. I attached it below. qrencode.md

werdahias avatar May 31 '22 03:05 werdahias

I think the binary is only shipped as a minimalistic/simplistic demo, and is not really intended for real-world usage. It only takes a single argument (the QrCode content) and prints it as a simple string to STDOUT. A more useful version would offer the possibility to control all rendering options (image format, svg) and influence the error correction level, etc.

fc7 avatar Jun 19 '22 14:06 fc7