1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Updated capabilities data to new version

This commit is contained in:
Dmytro Katyukha
2017-02-09 09:44:57 +00:00
committed by Patrick Kanzler
parent abbe32f845
commit 43e0a87a74
2 changed files with 7 additions and 1 deletions

View File

@@ -100,6 +100,12 @@ ESCPOS_COMMANDS = [
'option_strings': ('--content',),
'help': 'Text to print as a qr code',
'required': True,
},
{
'option_strings': ('--size',),
'help': 'QR code size (1-16) [default:3]',
'required': False,
'type': int,
}
],
},