mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-03 09:19:59 +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',),
|
'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,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user