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

@ -1 +1 @@
Subproject commit b6220ee5c55b166f06d45a97f230312805b743b1 Subproject commit fd207aa9debc9671405226598a086b282f9f3ad5

View File

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