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:

committed by
Patrick Kanzler

parent
abbe32f845
commit
43e0a87a74
Submodule capabilities-data updated: b6220ee5c5...fd207aa9de
@@ -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,
|
||||
}
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user